1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

damn you javascript

This commit is contained in:
David Baker
2015-07-08 18:28:30 +01:00
parent c14886a1ee
commit bdfef5eedd

View File

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