Browse Source

Firefox: initialize buttons when DOM is ready

pull/2/head
Deathamns 10 years ago
committed by gorhill
parent
commit
0fd304947c
  1. 1
      platform/firefox/frameModule.js

1
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;

Loading…
Cancel
Save