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 --- copy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'copy.js') diff --git a/copy.js b/copy.js index 8e353da..b4a57a4 100644 --- a/copy.js +++ b/copy.js @@ -265,7 +265,7 @@ function wedataRegister(item){ return function(value, value2){ var STORE_KEY = 'plugins-copy-ok-func'; - var store = storage.newMap(STORE_KEY, true); + var store = storage.newMap(STORE_KEY, {store: true}); var check = store.get(item.label); var ans; -- cgit v1.2.3