mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
js: Reformat with Prettier.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
bd45216c21
commit
b65d2e063d
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user