mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 17:12:28 +01:00
Move marks to storage module.
This commit is contained in:
@@ -171,7 +171,7 @@ liberator.Options = function () //{{{
|
||||
opt.set(opt.value, liberator.options.OPTION_SCOPE_GLOBAL)
|
||||
}
|
||||
|
||||
liberator.storage.newObject("options", false);
|
||||
liberator.storage.newMap("options", false);
|
||||
liberator.storage.addObserver("options", optionObserver);
|
||||
|
||||
function storePreference(name, value)
|
||||
|
||||
Reference in New Issue
Block a user