Unbreak things

This commit is contained in:
Kegan Dougal 2016-01-14 17:41:04 +00:00
parent 69d8e50eeb
commit 83a458938e

View file

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