diff options
author | suVene | 2008-12-26 12:45:27 +0000 |
---|---|---|
committer | suVene | 2008-12-26 12:45:27 +0000 |
commit | 6dcf49c646229ac5f6c78171284aaf542a1e051e (patch) | |
tree | 09a184415f2bb487f8e3232674e10980174f6a4b /_libly.js | |
parent | 04b9701287b0dfb6bc01e1f1082f3ca5bf15c7eb (diff) | |
download | vimperator-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.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |