mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
eslint: Enable prefer-arrow-callback.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
960174408f
commit
a79322bc94
@@ -69,7 +69,7 @@ function fade_messages() {
|
||||
}
|
||||
|
||||
// Defer updating all message groups so that the compose box can open sooner
|
||||
setTimeout(function (expected_msg_list, expected_recipient) {
|
||||
setTimeout((expected_msg_list, expected_recipient) => {
|
||||
const all_groups = rows.get_table(current_msg_list.table_name).find(".recipient_row");
|
||||
|
||||
if (current_msg_list !== expected_msg_list ||
|
||||
|
||||
Reference in New Issue
Block a user