diff options
Diffstat (limited to 'readitlater.js')
-rw-r--r-- | readitlater.js | 2 |
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; // }}} |