aboutsummaryrefslogtreecommitdiffstats
path: root/data/mozillabzpage.js
diff options
context:
space:
mode:
Diffstat (limited to 'data/mozillabzpage.js')
-rw-r--r--data/mozillabzpage.js19
1 files changed, 0 insertions, 19 deletions
diff --git a/data/mozillabzpage.js b/data/mozillabzpage.js
deleted file mode 100644
index 31f6332..0000000
--- a/data/mozillabzpage.js
+++ /dev/null
@@ -1,19 +0,0 @@
-// Released under the MIT/X11 license
-// http://www.opensource.org/licenses/mit-license.php
-"use strict";
-var utilMod = require("util");
-var apiUtils = require("api-utils");
-var BZPage = require("bzpage").BZPage;
-
-// ============================================================================
-// MozillaBugzilla object
-
-var MozillaBugzilla = function MozillaBugzilla (doc, config) {
- BZPage.call(this, 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