mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 18:17:58 +01:00
Fix storage bins.
This commit is contained in:
@@ -441,7 +441,7 @@ function Options() //{{{
|
||||
opt.set(opt.value, options.OPTION_SCOPE_GLOBAL);
|
||||
}
|
||||
|
||||
storage.newMap("options", false);
|
||||
storage.newMap("options", { store: false });
|
||||
storage.addObserver("options", optionObserver, window);
|
||||
|
||||
function storePreference(name, value)
|
||||
|
||||
Reference in New Issue
Block a user