aboutsummaryrefslogtreecommitdiffstats
path: root/_libly.js
diff options
context:
space:
mode:
authoranekos2011-06-11 17:01:37 -0700
committeranekos2011-06-11 17:01:37 -0700
commit1c4018261793e95c5e4ad4967847fdb9b7e6c9d1 (patch)
tree58f45e0a8cd96eb2889230de7b617af5e7dd3b44 /_libly.js
parent10158d82828f4c90d1d416c51cccff81a68a7151 (diff)
parent0bababc66bac46a14408cb60e7262bdcb8703005 (diff)
downloadvimperator-plugins-1c4018261793e95c5e4ad4967847fdb9b7e6c9d1.tar.bz2
Merge pull request #13 from lyricallogical/fix_for_eaa063f66dbb
fix for eaa063f66dbb
Diffstat (limited to '_libly.js')
-rw-r--r--_libly.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/_libly.js b/_libly.js
index b62e34a..c20d26e 100644
--- a/_libly.js
+++ b/_libly.js
@@ -682,7 +682,7 @@ libly.Wedata.prototype = {
var logger = this.logger;
var STORE_KEY = 'plugins-libly-wedata-' + this.dbname + '-items';
- var store = storage.newMap(STORE_KEY, true);
+ var store = storage.newMap(STORE_KEY, {store: true});
var cache = store && store.get('data');
if (store && cache && new Date(store.get('expire')) > new Date()) {