/** * Comments UI * * @author Pierre HUBERT */ ComunicWeb.components.comments.ui = { /** * Display a list comments * * @param {Object} infos Informations about the comments * @param {int} postID The ID of the post attached to the comments * @param {HTMLElement} target The target for the comments */ display: function(infos, postID, target){ //First, get informations about the users }, }