1
0
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:
Kris Maglione
2008-09-12 00:41:36 +00:00
parent 5608c04d00
commit 40f1c185e8
5 changed files with 57 additions and 47 deletions

View File

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