aboutsummaryrefslogtreecommitdiffstats
path: root/data/lib/otherButtons.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-05-13 12:20:05 +0200
committerMatěj Cepl <mcepl@redhat.com>2011-06-05 14:53:47 +0200
commit83fd7fd92e5b21a177bc16cc7318792cf63a343b (patch)
tree20f3e5a59eb9ce32a9b9973d7131e7135bd94999 /data/lib/otherButtons.js
parent5b837d6739a12a516203fa0505ca562839463a79 (diff)
downloadbugzilla-triage-83fd7fd92e5b21a177bc16cc7318792cf63a343b.tar.gz
Really Eclipseize formatting.
Diffstat (limited to 'data/lib/otherButtons.js')
-rw-r--r--data/lib/otherButtons.js13
1 files changed, 7 insertions, 6 deletions
diff --git a/data/lib/otherButtons.js b/data/lib/otherButtons.js
index 507a3b3..060ce16 100644
--- a/data/lib/otherButtons.js
+++ b/data/lib/otherButtons.js
@@ -4,7 +4,7 @@
/**
* Set background color of all comments made by reporter in ReporterColor color
- *
+ *
*/
function checkComments() {
var reporter = getReporter();
@@ -28,7 +28,7 @@ function collectComments() {
/**
* Find default assignee based on the current component
- *
+ *
* @return String what would be a default assignee if we haven't set it up.
*/
function getDefaultAssignee() {
@@ -38,7 +38,7 @@ function getDefaultAssignee() {
/**
* Set default assignee
- *
+ *
* @return none sets this.defaultAssignee property according to defaultAssignee
* list
*/
@@ -63,7 +63,8 @@ function markBugTriaged() {
if (hasXorgBugsCategory && !hasXorgBugsCategory()) {
alert("This won't do! First set the category!");
}
- else if (isEnterprise && !isEnterprise() && (getSeverity() == 'unspecified')) {
+ else if (isEnterprise && !isEnterprise()
+ && (getSeverity() == 'unspecified')) {
alert("This won't do! Specify some severity!");
}
else {
@@ -73,7 +74,7 @@ function markBugTriaged() {
var FillMagicDoneRE = new RegExp("^\\s*\\[[0-9a-zA-Z_]*\\]");
-function addingEmbelishments(list) {
+function addingEmbelishments(logList) {
var maintCCAddr = "";
if (constantData.CCmaintainer) {
@@ -127,7 +128,7 @@ function addingEmbelishments(list) {
/**
* Set branding colours to easily distinguish between Fedora and RHEL bugs
- *
+ *
* @param brand
* String with product of the current bug
* @param version