aboutsummaryrefslogtreecommitdiffstats
path: root/_libly.js
diff options
context:
space:
mode:
authorsuVene2008-12-26 12:45:27 +0000
committersuVene2008-12-26 12:45:27 +0000
commit6dcf49c646229ac5f6c78171284aaf542a1e051e (patch)
tree09a184415f2bb487f8e3232674e10980174f6a4b /_libly.js
parent04b9701287b0dfb6bc01e1f1082f3ca5bf15c7eb (diff)
downloadvimperator-plugins-6dcf49c646229ac5f6c78171284aaf542a1e051e.tar.bz2
mod store key
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@27457 d0d07461-0603-4401-acd4-de1884942a52
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 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;