summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorPhilippe Mongeau <[email protected]>2013-03-26 20:48:44 -0400
committerPhilippe Mongeau <[email protected]>2013-03-26 20:48:44 -0400
commitd725f0ce99e100b494db4be09dbaa814325dca56 (patch)
tree0778d478b335b0ff7c2c968633fa9157ef5cc7ee /js
parent9fabf9fc4a3de19d0b1ebf4806f84cf2be96e637 (diff)
move global hotkey_actions var to the top
Diffstat (limited to 'js')
-rw-r--r--js/tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tt-rss.js b/js/tt-rss.js
index 942e31e1c..7f8a7b61a 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -1,6 +1,7 @@
var global_unread = -1;
var hotkey_prefix = false;
var hotkey_prefix_pressed = false;
+var hotkey_actions = {};
var _widescreen_mode = false;
var _rpc_seq = 0;
var _active_feed_id = 0;
@@ -205,7 +206,6 @@ function genericSanityCheck() {
return true;
}
-var hotkey_actions = {};
function init() {
try {