Index: bootstrap.js.tmpl |
=================================================================== |
--- a/bootstrap.js.tmpl |
+++ b/bootstrap.js.tmpl |
@@ -9,7 +9,7 @@ |
const Cr = Components.results; |
const Cu = Components.utils; |
-let {Services, atob, btoa} = Cu.import("resource://gre/modules/Services.jsm", null); |
+let {Services, atob, btoa, File} = Cu.import("resource://gre/modules/Services.jsm", null); |
Wladimir Palant
2012/09/25 15:21:42
Just importing it into bootstrap.js scope is not s
|
let addonData = null; |