aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-06-07 20:01:07 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-06-07 20:01:07 +0200
commitb2b3790bcc75d5fe348175bcad608925e3a09f7b (patch)
treede229e56d7499907bf2dab0f274fb0e107d17c6d /lib
parent3102cb94e097e20a6592527feaaf1fa039274f42 (diff)
downloadbugzilla-triage-b2b3790bcc75d5fe348175bcad608925e3a09f7b.tar.gz
Clean up spurious spaces.
Diffstat (limited to 'lib')
-rw-r--r--lib/rhbzpage.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rhbzpage.js b/lib/rhbzpage.js
index 4c3d93f..3aefaee 100644
--- a/lib/rhbzpage.js
+++ b/lib/rhbzpage.js
@@ -182,6 +182,7 @@ RHBugzillaPage.prototype.closeSomeRelease = function() {
* Additional commands specific for this subclass, overriding superclass one.
*/
RHBugzillaPage.prototype.centralCommandDispatch = function(cmdLabel, cmdParams) {
+ console.log("cmdLabel = " + cmdLabel + ", cmdParams = " + cmdParams);
switch (cmdLabel) {
// Set up our own commands
case "closeUpstream":