aboutsummaryrefslogtreecommitdiffstats
path: root/readitlater.js
diff options
context:
space:
mode:
authoranekos2011-05-04 05:37:57 +0900
committeranekos2011-05-04 05:37:57 +0900
commitd798955c062f86ddc6e6503c282729f4e3e04888 (patch)
treed882bfcdf394b4956a1d908986ced0d92fbd2ade /readitlater.js
parent458415e941674bf2990cf4b8142ab0f91bc9b409 (diff)
downloadvimperator-plugins-d798955c062f86ddc6e6503c282729f4e3e04888.tar.bz2
公開オブジェクトのまつがい修正
Diffstat (limited to 'readitlater.js')
-rw-r--r--readitlater.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/readitlater.js b/readitlater.js
index da8a88f..cbf5973 100644
--- a/readitlater.js
+++ b/readitlater.js
@@ -506,7 +506,7 @@ let PLUGIN_INFO =
} // }}}
// Export {{{
- __context__.Cache = Cache;
+ __context__.ListCache = ListCache;
__context__.API = ReadItLater;
// }}}