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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 16:01:53 -08:00
committed by Tim Abbott
parent 5b647e3d72
commit fb93be0d94
9 changed files with 12 additions and 14 deletions

View File

@@ -4,6 +4,7 @@ import * as channel from "./channel";
import * as common from "./common";
import * as feedback_widget from "./feedback_widget";
import * as night_mode from "./night_mode";
import * as scroll_bar from "./scroll_bar";
/*