1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-30 03:05:44 +01:00

Fix FF36.

This commit is contained in:
Kris Maglione
2011-01-17 22:06:03 -05:00
parent b1cd1c7dbf
commit 74d00cd222
2 changed files with 3 additions and 0 deletions

View File

@@ -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);