aboutsummaryrefslogtreecommitdiffstats
path: root/lib/puvodni/mozillabzpage.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-06-17 18:20:03 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-06-17 18:20:03 +0200
commit9279d5bc3902ab0b18af3a3f8440b8ddd884dec5 (patch)
tree1f642276cfbd30c70cae6307253020206d87e235 /lib/puvodni/mozillabzpage.js
parent620ca44cfa360d6e100215619acab8ae1eb10f34 (diff)
downloadbugzilla-triage-9279d5bc3902ab0b18af3a3f8440b8ddd884dec5.tar.gz
Inheritance works, now there are jetpack-prototype-related bugs
Diffstat (limited to 'lib/puvodni/mozillabzpage.js')
-rw-r--r--lib/puvodni/mozillabzpage.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/puvodni/mozillabzpage.js b/lib/puvodni/mozillabzpage.js
deleted file mode 100644
index 7efaf16..0000000
--- a/lib/puvodni/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;