Created search user function

This commit is contained in:
Pierre
2017-06-05 14:35:28 +02:00
parent b7eb77b928
commit c66b40a137
2 changed files with 34 additions and 0 deletions

View File

@ -352,6 +352,11 @@ var ComunicWeb = {
* Remove all entries from user informations cache
*/
emptyUserInfosCache: function(){},
/**
* Given a query, search for users and return the result
*/
search: function(query, afterSearch){},
},
},