From 4900c431be47741b206769f943a90146e3674a04 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Fri, 18 Dec 2009 03:30:56 +0100 Subject: A tiny formatting change --- bugzillaBugTriage.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'bugzillaBugTriage.js') 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 -- cgit