damn you javascript

pull/1/head
David Baker 2015-07-08 18:28:30 +01:00
parent c14886a1ee
commit bdfef5eedd
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ module.exports = {
});
},
getRoomList() {
getRoomList: function() {
return RoomListSorter.mostRecentActivityFirst(MatrixClientPeg.get().getRooms());
},