aboutsummaryrefslogtreecommitdiffstats
path: root/hatena-bookmark-search.js
diff options
context:
space:
mode:
Diffstat (limited to 'hatena-bookmark-search.js')
-rw-r--r--hatena-bookmark-search.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/hatena-bookmark-search.js b/hatena-bookmark-search.js
index 746843f..22fc58d 100644
--- a/hatena-bookmark-search.js
+++ b/hatena-bookmark-search.js
@@ -245,7 +245,7 @@ HatenaBookmark.Cache = {
get store() {
if (!this._store) {
let key = 'plugins-hatena-bookmark-search-data';
- this._store = storage.newMap(key, true);
+ this._store = storage.newMap(key, {store: true});
}
return this._store;
},