aboutsummaryrefslogtreecommitdiffstats
path: root/bugzillaBugTriage.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2009-11-26 01:06:08 +0100
committerMatěj Cepl <mcepl@redhat.com>2009-11-26 01:06:08 +0100
commita84c79f53a49ccf80c376f92170bc80f8a8aa544 (patch)
treeb3d1f26a05933aa1ee8fb35de84a012ecfaab31c /bugzillaBugTriage.js
parentf90e886b26a146b983b59466d7218bef843d14bf (diff)
downloadbugzilla-triage-a84c79f53a49ccf80c376f92170bc80f8a8aa544.tar.gz
Remove unnecessary comments
Diffstat (limited to 'bugzillaBugTriage.js')
-rw-r--r--bugzillaBugTriage.js11
1 files changed, 1 insertions, 10 deletions
diff --git a/bugzillaBugTriage.js b/bugzillaBugTriage.js
index f8b3ccd..d6051a7 100644
--- a/bugzillaBugTriage.js
+++ b/bugzillaBugTriage.js
@@ -627,8 +627,6 @@ bzPage.prototype.fillInWhiteBoard = function (iLine, driverStr) {
}
// cardIDArr [0] = RE, [1] = ("RADEON","INTEL","NOUVEAU"), [2] = manu PCIID
iLine = $.trim(iLine.replace(new RegExp(cardIDArr[0],"i")));
- // FIXME is this necessary? Let's try without it
- // outStr = iLine.replace(/^\W*(\w*).*$/,"$1");
// nVidia developers opted-out from grouping
if (driverStr === "INTEL") {
outStr = this.groupIDs(cardIDArr[1],iLine);
@@ -682,7 +680,7 @@ bzPage.prototype.addNewButton = function (originalLocation,newId,newLabel,
}).click(function (evt) {
that.generalPurposeCureForAllDisease(commStr,nState, secPar);
});
-// FIXME why is this here? newButton;
+
if (after) {
$(originalLocation, this.doc).after(newButton).after("\u00A0");
} else {
@@ -1049,13 +1047,6 @@ bzPage.prototype.fixAttachById = function(id,type) {
dataType: "xml"
});
-//function (data, textStatus) {
-// // data could be xmlDoc, jsonObj, html, text, etc...
-// this; // the options for this ajax request
-//}
-
- // spec is http://www.xmlrpc.com/spec
- // FIXME content-type MUST be text/xml
this.reqCounter++;
};