From 255e556c63171704c28c00dfeffc71d79bc9d78a Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Fri, 16 Jul 2010 18:19:00 +0200 Subject: Cleanup shared constants to work over modules. Relates to #12. --- lib/rhbzpage.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/rhbzpage.js') 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 -- cgit