js: Reformat with Prettier.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-07-14 15:34:28 -07:00
committed by Tim Abbott
parent bd45216c21
commit b65d2e063d
301 changed files with 7829 additions and 6687 deletions

View File

@@ -152,12 +152,12 @@ exports.expand = function () {
exports.update_dom_with_unread_counts = function (counts) {
exports.update_private_messages();
set_count(counts.private_message_count);
unread_ui.set_count_toggle_button($("#userlist-toggle-unreadcount"),
counts.private_message_count);
unread_ui.set_count_toggle_button(
$("#userlist-toggle-unreadcount"),
counts.private_message_count,
);
};
exports.initialize = function () {
};
exports.initialize = function () {};
window.pm_list = exports;