1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-28 10:35:45 +01:00

Remove some dead code and fix :rehash.

This commit is contained in:
Kris Maglione
2011-01-13 19:32:48 -05:00
parent ca4942cd7c
commit e2b89a6af3
3 changed files with 19 additions and 23 deletions

View File

@@ -1263,8 +1263,9 @@ var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]),
services.fuel.storage.set("dactyl.commandlineArgs", args);
this.timeout(function () {
this.rehashing = true;
config.addon.userDisabled = true;
config.addon.userDisabled = false;
let addon = config.addon;
addon.userDisabled = true;
addon.userDisabled = false;
});
},