mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-15 15:45:46 +01:00
Rip out FUEL references. Use a persistent component instead.
This commit is contained in:
@@ -2055,8 +2055,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
|
||||
dactyl.timeout(function () {
|
||||
try {
|
||||
var args = services.fuel && services.fuel.storage.get("dactyl.commandlineArgs", null)
|
||||
|| services.commandLineHandler.optionValue;
|
||||
var args = JSMLoader.commandlineArgs || services.commandLineHandler.optionValue;
|
||||
if (isString(args))
|
||||
args = dactyl.parseCommandLine(args);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user