mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-30 17:45:48 +01:00
Add dom.jsm. And stuff.
This commit is contained in:
@@ -928,7 +928,7 @@ var Options = Module("options", {
|
||||
setPref: deprecated("prefs.set", function setPref() prefs.set.apply(prefs, arguments)),
|
||||
withContext: deprecated("prefs.withContext", function withContext() prefs.withContext.apply(prefs, arguments)),
|
||||
|
||||
cleanupPrefs: Class.memoize(function () localPrefs.Branch("cleanup.option.")),
|
||||
cleanupPrefs: Class.Memoize(function () localPrefs.Branch("cleanup.option.")),
|
||||
|
||||
cleanup: function cleanup(reason) {
|
||||
if (~["disable", "uninstall"].indexOf(reason))
|
||||
|
||||
Reference in New Issue
Block a user