From 6dcf49c646229ac5f6c78171284aaf542a1e051e Mon Sep 17 00:00:00 2001 From: suVene Date: Fri, 26 Dec 2008 12:45:27 +0000 Subject: mod store key git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@27457 d0d07461-0603-4401-acd4-de1884942a52 --- _libly.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_libly.js') diff --git a/_libly.js b/_libly.js index b699f03..1a3329c 100644 --- a/_libly.js +++ b/_libly.js @@ -516,7 +516,7 @@ libly.Wedata.prototype = { getItems: function(expire, itemCallback, finalCallback) { var logger = this.logger; - var STORE_KEY = 'plugins-libly-wedata-items'; + var STORE_KEY = 'plugins-libly-wedata-' + this.dbname + '-items'; var store = storage.newMap(STORE_KEY, true); expire = expire || 0; -- cgit v1.2.3