diff options
Diffstat (limited to 'bugzillaBugTriage.js')
-rw-r--r-- | bugzillaBugTriage.js | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/bugzillaBugTriage.js b/bugzillaBugTriage.js index 5c0ab9c..bc3fb90 100644 --- a/bugzillaBugTriage.js +++ b/bugzillaBugTriage.js @@ -1194,10 +1194,11 @@ bzPage.prototype.generateToolBar = function(anchor,array) { * Generalized function for all actions * * @param addString string to be added as new comment - * @param nextState string signifying next state of the bug (whatever is in Bugzilla + - "NEEDINFO" meaning NEEDINFO(Reporter)) - * @param secondParameter string with label on the subbutton for reason - * of closing the bug + * @param nextState string signifying next state of the bug + * (whatever is in Bugzilla + "NEEDINFO" meaning + * NEEDINFO(Reporter)) + * @param secondParameter string with label on the subbutton + * for reason of closing the bug * @return none */ bzPage.prototype.generalPurposeCureForAllDisease = function |