ComunicWeb/assets/js/components/comments/ui.js

23 lines
421 B
JavaScript
Raw Normal View History

2018-01-18 05:53:00 +00:00
/**
* 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
},
}