diff options
author | Matěj Cepl <mcepl@redhat.com> | 2009-12-18 03:30:56 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2009-12-18 03:30:56 +0100 |
commit | 4900c431be47741b206769f943a90146e3674a04 (patch) | |
tree | 6a3659a6872b6859f462a72157bd8f2c1fd34ed9 | |
parent | 1ba3d3a3b4436697e65618ee60d8a822fe3cae95 (diff) | |
download | bugzilla-triage-4900c431be47741b206769f943a90146e3674a04.tar.gz |
A tiny formatting change
-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 |