topic_list: Fix a linter error.

This commit is contained in:
Tim Abbott 2017-09-26 14:45:27 -07:00
parent be64c43cc5
commit bb1b771c44
1 changed files with 1 additions and 1 deletions

View File

@ -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;