mirror of https://github.com/zulip/zulip.git
topic_list: Fix a linter error.
This commit is contained in:
parent
be64c43cc5
commit
bb1b771c44
|
@ -5,7 +5,7 @@ var exports = {};
|
|||
// Once we are ready to clean up CSS for some of the features
|
||||
// hidden by this flag, we should just revert the whole commit
|
||||
// here (do `git blame` on this line).
|
||||
waiting_on_css_polish_for_more_topics = true;
|
||||
var waiting_on_css_polish_for_more_topics = true;
|
||||
|
||||
// We can only ever have one active widget.
|
||||
var active_widget;
|
||||
|
|
Loading…
Reference in New Issue