1
0
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:
Kris Maglione
2011-02-19 18:23:32 -05:00
parent 1dcbf88509
commit 0de541726b
6 changed files with 30 additions and 16 deletions

View File

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