From 0fd304947c1580917cb342ce8e0ac1d707b745a7 Mon Sep 17 00:00:00 2001 From: Deathamns Date: Tue, 16 Dec 2014 18:09:55 +0100 Subject: [PATCH] Firefox: initialize buttons when DOM is ready --- platform/firefox/frameModule.js | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/firefox/frameModule.js b/platform/firefox/frameModule.js index 126a4d9..9763a84 100644 --- a/platform/firefox/frameModule.js +++ b/platform/firefox/frameModule.js @@ -6,6 +6,7 @@ this.EXPORTED_SYMBOLS = ['contentPolicy', 'docObserver']; Components.utils['import']('resource://gre/modules/Services.jsm'); Components.utils['import']('resource://gre/modules/XPCOMUtils.jsm'); +// Components.utils['import']('resource://gre/modules/devtools/Console.jsm'); const Ci = Components.interfaces; let appName;