1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-23 13:45:46 +01:00

Fix storage bins.

This commit is contained in:
Kris Maglione
2009-11-03 00:19:55 -05:00
parent ca8849ebd1
commit d59a85585b
7 changed files with 12 additions and 12 deletions

View File

@@ -1083,7 +1083,7 @@ function QuickMarks() //{{{
////////////////////// PRIVATE SECTION /////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////{{{
var qmarks = storage.newMap("quickmarks", true);
var qmarks = storage.newMap("quickmarks", { store: true });
/////////////////////////////////////////////////////////////////////////////}}}
////////////////////// MAPPINGS ////////////////////////////////////////////////