mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
js: Normalize strings to double quotes.
Prettier would do this anyway, but it’s separated out for a more reviewable diff. Generated by ESLint. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
06691e1e45
commit
f3726db89a
@@ -1,5 +1,5 @@
|
||||
const FetchStatus = zrequire('fetch_status');
|
||||
set_global('message_scroll', {
|
||||
const FetchStatus = zrequire("fetch_status");
|
||||
set_global("message_scroll", {
|
||||
hide_loading_older: () => {},
|
||||
show_loading_older: () => {},
|
||||
hide_loading_newer: () => {},
|
||||
@@ -52,7 +52,7 @@ function blocked_history() {
|
||||
assert.equal(fetch_status.history_limited(), true);
|
||||
}
|
||||
|
||||
run_test('basics', () => {
|
||||
run_test("basics", () => {
|
||||
reset();
|
||||
|
||||
fetch_status.start_newer_batch({ update_loading_indicator: false });
|
||||
|
||||
Reference in New Issue
Block a user