aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mozillabzpage.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-06-20 10:49:59 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-06-20 10:49:59 +0200
commit47b6e6fb91372b54bb309e57c14e3f9f987e0322 (patch)
tree1ba20a3031716e1130d36fa49d03714e8365c0d6 /lib/mozillabzpage.js
parenta43c259f9d15f0334612844a94233ccc03592b22 (diff)
downloadbugzilla-triage-47b6e6fb91372b54bb309e57c14e3f9f987e0322.tar.gz
Trying to use api-utils.publicConstructor failed.
rhbzpage.markingBugTriaged should have hardcoded F-12 as the limit.
Diffstat (limited to 'lib/mozillabzpage.js')
-rw-r--r--lib/mozillabzpage.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mozillabzpage.js b/lib/mozillabzpage.js
index add0a3d..9c82570 100644
--- a/lib/mozillabzpage.js
+++ b/lib/mozillabzpage.js
@@ -2,6 +2,7 @@
// http://www.opensource.org/licenses/mit-license.php
"use strict";
var utilMod = require("util");
+var apiUtils = require("api-utils");
// ============================================================================
// MozillaBugzilla object
@@ -13,4 +14,5 @@ var MozillaBugzilla = function MozillaBugzilla (doc, config) {
MozillaBugzilla.prototype = utilMod.heir(BZPage);
MozillaBugzilla.prototype.constructor = MozillaBugzilla;
+// exports.MozillaBugzilla = apiUtils.publicConstructor(MozillaBugzilla);
exports.MozillaBugzilla = MozillaBugzilla; \ No newline at end of file