diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-06-13 01:01:39 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-06-13 01:01:39 +0200 |
commit | a736a291841da4f5b8f4525618b836856c2b0790 (patch) | |
tree | 1b79f908aae866983549af66f0193441db17e447 /lib/main.js | |
parent | cb1f3478e20a3d70ec90e95343345a4bb92d7711 (diff) | |
download | bugzilla-triage-a736a291841da4f5b8f4525618b836856c2b0790.tar.gz |
Forgotten new
Diffstat (limited to 'lib/main.js')
-rw-r--r-- | lib/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/main.js b/lib/main.js index e8d69c6..cb803f8 100644 --- a/lib/main.js +++ b/lib/main.js @@ -51,7 +51,7 @@ exports.main = function main(options, callbacks) { var doc = window.document; var construct = require("rhbzpage").RHBugzillaPage; if (isOurPage(window, matches)) { - var curPage = construct(doc, config); + var curPage = new construct(doc, config); } else { console.log("Not our page: " + window.location.href); } |