mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
js: Convert static/js/narrow_state.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
a1e9be884d
commit
b830f53eb5
@@ -4,6 +4,7 @@ const autosize = require("autosize");
|
||||
|
||||
const {MessageListData} = require("./message_list_data");
|
||||
const {MessageListView} = require("./message_list_view");
|
||||
const narrow_state = require("./narrow_state");
|
||||
|
||||
exports.narrowed = undefined;
|
||||
exports.set_narrowed = function (value) {
|
||||
|
||||
Reference in New Issue
Block a user