ComunicWeb/assets/js/components/conversations/interface.js
2017-06-07 19:24:48 +02:00

15 lines
388 B
JavaScript

/**
* Interface between the graphical conversation system and the API
*
* @author Pierre HUBERT
*/
ComunicWeb.components.conversations.interface = {
/**
* Create a conversation
*
* @param {Object} infos Informations about the conversation to create
* @param {Function} afterCreate What to do once the conversation is created
* @return {Boolean} True for a success
*/
}