Unbreak things

pull/21833/head
Kegan Dougal 2016-01-14 17:41:04 +00:00
parent 69d8e50eeb
commit 83a458938e
1 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ SearchableEntityList.fromRoomMembers = function(members) {
});
};
SearchableEntityList.fromUsers = function(users) {
SearchableEntityList.fromUsers = function(users) { /*
var UserTile = sdk.getComponent("rooms.UserTile");
return users.map(function(u) {
return {
@ -119,7 +119,7 @@ SearchableEntityList.fromUsers = function(users) {
);
}
};
});
}); */
};