mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
lint: Add dangling commas in JavaScript objects.
This commit is contained in:
@@ -512,7 +512,7 @@ $(function () {
|
||||
_.pluck(event.msg_list._items, 'id'),
|
||||
_.chain(current_msg_list._items).pluck('id').clone().value().sort()
|
||||
),
|
||||
found_in_dom: row_from_dom.length
|
||||
found_in_dom: row_from_dom.length,
|
||||
});
|
||||
}
|
||||
if (event.target_scroll_offset !== undefined) {
|
||||
|
||||
Reference in New Issue
Block a user