diff options
Diffstat (limited to 'common/modules/bootstrap.jsm')
-rw-r--r-- | common/modules/bootstrap.jsm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/modules/bootstrap.jsm b/common/modules/bootstrap.jsm index b890dff1..1d2a3110 100644 --- a/common/modules/bootstrap.jsm +++ b/common/modules/bootstrap.jsm @@ -28,6 +28,7 @@ if (!JSMLoader || JSMLoader.bump != 3) storage: storage, suffix: "", init: function init(suffix) { + this.initialized = true; this.suffix = suffix || ""; this.storage.set("dactyl.JSMLoader", this); |