From c1f7615fa2a5dcc15fa3ed7962016537dd31bbfd Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 22 Jun 2010 17:18:44 +0200 Subject: Make fixing MIME type again (includes creation of util.httpPOST) - it is useful to have variable in the same module where the function using it is. - a lot of this magic and mystery - add this.win property - yuhooo, we have timer module, so I don't have to fish it from this.doc.defaultView (which doesn't work anyway) --- lib/mozillabzpage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/mozillabzpage.js') diff --git a/lib/mozillabzpage.js b/lib/mozillabzpage.js index 9c82570..69e2926 100644 --- a/lib/mozillabzpage.js +++ b/lib/mozillabzpage.js @@ -8,7 +8,7 @@ var apiUtils = require("api-utils"); // MozillaBugzilla object var MozillaBugzilla = function MozillaBugzilla (doc, config) { - BZPage.call(this, doc, config) + BZPage.call(this, doc, config); }; MozillaBugzilla.prototype = utilMod.heir(BZPage); -- cgit