From a84c79f53a49ccf80c376f92170bc80f8a8aa544 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Thu, 26 Nov 2009 01:06:08 +0100 Subject: Remove unnecessary comments --- bugzillaBugTriage.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'bugzillaBugTriage.js') 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++; }; -- cgit