mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
js: Convert static/js/resize.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
5ba7153a3b
commit
9f881ebe34
@@ -1,6 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
const loading = require("./loading");
|
||||
const resize = require("./resize");
|
||||
const unread_ui = require("./unread_ui");
|
||||
|
||||
exports.do_unread_count_updates = function do_unread_count_updates(messages) {
|
||||
|
||||
Reference in New Issue
Block a user