mirror of https://github.com/zulip/zulip.git
Remove some no-longer-extant globals in check-all.js
(imported from commit f83e19c891d438ed8a2ddd0e2849cd543562631b)
This commit is contained in:
parent
8464e45507
commit
114339dc2a
|
@ -52,7 +52,6 @@ var globals =
|
|||
+ ' select_message select_message_by_id'
|
||||
+ ' scroll_to_selected'
|
||||
+ ' selected_message selected_message_id'
|
||||
+ ' start_reload_app reloading_app do_reload_app_preserving_compose'
|
||||
+ ' at_top_of_viewport at_bottom_of_viewport'
|
||||
+ ' viewport'
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue