aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rhbzpage.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-07-14 12:28:09 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-07-14 16:44:25 +0200
commit97123f05a19a1cbec41ef4b7b72adf0c3f681113 (patch)
treeb6795a046b6f374f91e60ba616aa921d5c6ad107 /lib/rhbzpage.js
parent890a07ac1cfa6b60d450909a0108750db58fbbaa (diff)
downloadbugzilla-triage-97123f05a19a1cbec41ef4b7b72adf0c3f681113.tar.gz
make fix
- check for occurrence of FIXME in all lib/*.js files. - clear out obsolete ones - add fix target as dependency of all one.
Diffstat (limited to 'lib/rhbzpage.js')
-rw-r--r--lib/rhbzpage.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/rhbzpage.js b/lib/rhbzpage.js
index 38650d4..1a846f8 100644
--- a/lib/rhbzpage.js
+++ b/lib/rhbzpage.js
@@ -228,7 +228,7 @@ RHBugzillaPage.prototype.ProfessionalProducts = [
*
*/
RHBugzillaPage.prototype.pasteBacktraceInComments = function() {
- // FIXME This paragraph looks suspicous ... what is it?
+ // TODO This paragraph looks suspicous ... what is it?
// Does it belong to this function?
var notedLabel = this.doc.querySelector("label[for='newcc']");
while (notedLabel.firstChild) {
@@ -659,7 +659,7 @@ RHBugzillaPage.prototype.parseAttachmentLine = function(inElem) {
}
// getting name of the attachment
- // FIXME probably could use url.URL object
+ // TODO probably could use url.URL object
var attName = inElem.getElementsByTagName("b")[0].textContent.trim();
var aHrefsArr = inElem.getElementsByTagName("a");
@@ -836,7 +836,7 @@ RHBugzillaPage.prototype.addClosingUpstream = function() {
var externalBugID = 0;
var wholeURL = "";
- // FIXME Hopefully unfinished and even less tested
+ // TODO Hopefully unfinished and even less tested
// Fix missing ID on the external_id SELECT
this.doc.getElementsByName("external_id")[0].setAttribute("id",
"external_id");
@@ -867,7 +867,7 @@ RHBugzillaPage.prototype.addClosingUpstream = function() {
// the previous commit?
}
- // FIXME THis is not good, we don't have a feedback for other commands,
+ // TODO THis is not good, we don't have a feedback for other commands,
// not to be run, if this fails.
// It is not good to close bug as UPSTREAM, if there is no reference