Move hotkey.js jslint globals into check-all.js.

(imported from commit ec737e658e9f2251025e493abb92e4cf2a7aab72)
This commit is contained in:
Tim Abbott 2012-10-09 13:54:05 -04:00
parent a5c8b5dc7e
commit 5568e1a79c
2 changed files with 1 additions and 9 deletions

View File

@ -18,6 +18,7 @@ var globals =
+ ' get_id get_zephyr_row'
// hotkey.js
+ ' process_goto_hotkey process_compose_hotkey process_key_in_input'
// narrow.js
+ ' narrowed show_all_messages'

View File

@ -1,12 +1,3 @@
/*global
process_goto_hotkey: false,
process_compose_hotkey: false,
process_key_in_input: false */
// We don't generally treat these as global.
// Tell JSLint they are, to break the mutual recursion.
var pressed_keys = {};
function num_pressed_keys() {