mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 03:55:46 +01:00
Rip out FUEL references. Use a persistent component instead.
This commit is contained in:
@@ -1414,8 +1414,7 @@ var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]),
|
||||
}),
|
||||
|
||||
rehash: function (args) {
|
||||
if (services.fuel)
|
||||
services.fuel.storage.set("dactyl.commandlineArgs", args);
|
||||
JSMLoader.commandlineArgs = args;
|
||||
this.timeout(function () {
|
||||
this.rehashing = true;
|
||||
let addon = config.addon;
|
||||
|
||||
Reference in New Issue
Block a user