Move narrowed_msg_list to message_list.js.

This commit is contained in:
Vishnu Ks
2016-04-26 03:15:25 +05:30
committed by Tim Abbott
parent 12fc4f047c
commit fe4a03fd01
9 changed files with 37 additions and 36 deletions

View File

@@ -1,7 +1,6 @@
var home_msg_list = new message_list.MessageList('zhome',
new Filter([{operator: "in", operand: "home"}]), {muting_enabled: true}
);
var narrowed_msg_list;
var current_msg_list = home_msg_list;
var recent_subjects = new Dict({fold_case: true});