From e4ac20345d80f69eba5a3cd606cdf70d93af6c23 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Fri, 11 Jun 2010 22:42:25 +0200 Subject: Even more brutal --- lib/mozillabzpage.js | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 lib/mozillabzpage.js (limited to 'lib/mozillabzpage.js') 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; -- cgit