Rename all function on MessageList to all_messages.

This commit is contained in:
Vishnu Ks
2016-04-23 04:26:44 +05:30
committed by Tim Abbott
parent cbba7202e6
commit ae49ad383d
7 changed files with 19 additions and 22 deletions

View File

@@ -523,7 +523,7 @@ exports.MessageList.prototype = {
this.rerender();
},
all: function MessageList_all() {
all_messages: function MessageList_all_messages() {
return this._items;
},