diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-07-16 18:19:00 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-07-16 18:19:00 +0200 |
commit | 255e556c63171704c28c00dfeffc71d79bc9d78a (patch) | |
tree | 58cfea928137538ae728853e00718de4c15c27f3 /lib/rhbzpage.js | |
parent | d53b9140d0768522eeb6a024a17fc41dc73b4966 (diff) | |
download | bugzilla-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.js | 3 |
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 |