summaryrefslogtreecommitdiff
path: root/js/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-01 22:07:00 +0300
committerAndrew Dolgov <[email protected]>2018-12-01 22:07:00 +0300
commitde9509cd31d63b036f63fc56697e018263e52eda (patch)
treeb2a12a819c2d066e485385cece01455e490bd74a /js/viewfeed.js
parentb284e72d6357e53a171832696d3867e36d02a257 (diff)
hotkeys: simplify prefix timeout handling
Diffstat (limited to 'js/viewfeed.js')
-rwxr-xr-xjs/viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/viewfeed.js b/js/viewfeed.js
index b091e5ccb..01e5cb325 100755
--- a/js/viewfeed.js
+++ b/js/viewfeed.js
@@ -1,4 +1,4 @@
-/* global dijit, __, ngettext */
+/* global dijit, __, ngettext, notify */
const ArticleCache = {
has_storage: 'sessionStorage' in window && window['sessionStorage'] !== null,