diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-06-11 22:42:25 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-06-11 22:42:25 +0200 |
commit | e4ac20345d80f69eba5a3cd606cdf70d93af6c23 (patch) | |
tree | dd77bb0cba7eb9ca44f3a1352ab2a84a745283fb /lib/mozillabzpage.js | |
parent | 54426f47a1149e5b833653660db3b208c78e67f1 (diff) | |
download | bugzilla-triage-e4ac20345d80f69eba5a3cd606cdf70d93af6c23.tar.gz |
Even more brutal
Diffstat (limited to 'lib/mozillabzpage.js')
-rw-r--r-- | lib/mozillabzpage.js | 14 |
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; |