From 0bababc66bac46a14408cb60e7262bdcb8703005 Mon Sep 17 00:00:00 2001 From: lyrical_logical Date: Sun, 29 May 2011 17:50:01 +0900 Subject: fix for eaa063f66dbb see http://code.google.com/p/vimperator-labs/source/diff?spec=svneaa063f66dbb3bc0d074b290fb79e273e2003fde&r=eaa063f66dbb3bc0d074b290fb79e273e2003fde&format=side&path=/common/modules/storage.jsm --- _libly.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_libly.js') 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()) { -- cgit v1.2.3 From a0cddf73f4db2a989bb123d642292569b040e4c7 Mon Sep 17 00:00:00 2001 From: anekos Date: Sat, 18 Jun 2011 00:40:30 +0900 Subject: original が存在しない場合に対処 --- _libly.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '_libly.js') diff --git a/_libly.js b/_libly.js index c20d26e..dd382dc 100644 --- a/_libly.js +++ b/_libly.js @@ -1,5 +1,6 @@ /*** BEGIN LICENSE BLOCK {{{ Copyright (c) 2008 suVene + Copyright (c) 2008-2011 anekos distributable under the terms of an MIT-style license. http://www.opensource.jp/licenses/mit-license.html @@ -11,10 +12,10 @@ var PLUGIN_INFO = Vimperator plugins library? 適当なライブラリっぽいものたち。 suVene + anekos MIT - 0.1.34 + 0.1.35 2.3pre - 3.0 https://github.com/vimpr/vimperator-plugins/raw/master/_libly.js