ComunicWeb/assets/js/user/userInfos.js

19 lines
323 B
JavaScript
Raw Normal View History

2017-01-29 14:49:21 +00:00
/**
* User informations functions
*
* @author Pierre HUBERT
*/
ComunicWeb.user.getUserInfos = {
/**
* @var {String} User infos cache
*/
/**
* Get user informations
*
* @param {String} userID User on which to make request (current to get connected user)
*/
//getUserInfos
}