Create stream_list.initialize().

This commit is contained in:
Steve Howell
2017-06-01 16:36:28 -06:00
committed by Tim Abbott
parent 5dad7372f9
commit fdea8f9334
2 changed files with 3 additions and 2 deletions

View File

@@ -385,7 +385,7 @@ function deselect_top_left_corner_items() {
$("ul.filters li").removeClass('active-filter active-sub-filter');
}
$(function () {
exports.initialize = function () {
// TODO, Eventually topic_list won't be a big singleton,
// and we can create more component-based click handlers for
// each stream.
@@ -459,7 +459,7 @@ $(function () {
e.stopPropagation();
});
});
};
function actually_update_streams_for_search() {
exports.update_streams_sidebar();