js: Convert static/js/topic_list.js to ES6 module.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 15:43:33 -08:00
committed by Tim Abbott
parent 5a68bda15b
commit 20cfb9ef09
11 changed files with 49 additions and 49 deletions

View File

@@ -1,3 +1,5 @@
import * as topic_list from "./topic_list";
let last_mention_count = 0;
function do_new_messages_animation(li) {