mirror of https://github.com/zulip/zulip.git
Move hotkey.js jslint globals into check-all.js.
(imported from commit ec737e658e9f2251025e493abb92e4cf2a7aab72)
This commit is contained in:
parent
a5c8b5dc7e
commit
5568e1a79c
|
@ -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'
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue