aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mozillabzpage.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-06-11 22:42:25 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-06-11 22:42:25 +0200
commitd5f5588729a9d40d193651436560899336341c1a (patch)
treedb887a1f6be48305e1825bd4bc0b0438011f6d2e /lib/mozillabzpage.js
parent54426f47a1149e5b833653660db3b208c78e67f1 (diff)
downloadbugzilla-triage-d5f5588729a9d40d193651436560899336341c1a.tar.gz
Even more brutal
Diffstat (limited to 'lib/mozillabzpage.js')
-rw-r--r--lib/mozillabzpage.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/mozillabzpage.js b/lib/mozillabzpage.js
deleted file mode 100644
index 7efaf16..0000000
--- a/lib/mozillabzpage.js
+++ /dev/null
@@ -1,14 +0,0 @@
-// Released under the MIT/X11 license
-// http://www.opensource.org/licenses/mit-license.php
-"use strict";
-var utilMod = require("util");
-
-// ============================================================================
-// MozillaBugzilla object
-
-exports.MozillaBugzilla = function MozillaBugzilla (doc, config) {
- BZPage.call(this, doc, config)
-};
-
-MozillaBugzilla.prototype = utilMod.heir(BZPage);
-MozillaBugzilla.prototype.constructor = MozillaBugzilla;