aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rhbzpage.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-07-16 18:19:00 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-07-16 18:19:00 +0200
commit255e556c63171704c28c00dfeffc71d79bc9d78a (patch)
tree58cfea928137538ae728853e00718de4c15c27f3 /lib/rhbzpage.js
parentd53b9140d0768522eeb6a024a17fc41dc73b4966 (diff)
downloadbugzilla-triage-255e556c63171704c28c00dfeffc71d79bc9d78a.tar.gz
Cleanup shared constants to work over modules.
Relates to #12.
Diffstat (limited to 'lib/rhbzpage.js')
-rw-r--r--lib/rhbzpage.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/rhbzpage.js b/lib/rhbzpage.js
index fd53278..bc12cb9 100644
--- a/lib/rhbzpage.js
+++ b/lib/rhbzpage.js
@@ -14,8 +14,7 @@ var url = require("url");
var timer = require("timer");
var selection = require("selection");
var tabs = require("tabs");
-// var NumberOfFrames = 7;
-// var bugURL = "https://bugzilla.redhat.com/show_bug.cgi?id=";
+var NumberOfFrames = require("bzpage").NumberOfFrames;
// ====================================================================================
// RHBugzillaPage object