Created comments component.

This commit is contained in:
Pierre
2018-01-18 06:53:00 +01:00
parent 531fd0305b
commit 02843ae55d
6 changed files with 80 additions and 0 deletions

View File

@ -700,6 +700,34 @@ var ComunicWeb = {
},
/**
* Comments component
*/
comments: {
/**
* Comments UI interface
*/
ui:{
//TODO : implement
},
/**
* Comments interface
*/
interface: {
//TODO : implement
},
/**
* Comments utilities
*/
utils: {
//TODO : implement
}
},
/**
* Modern textarea handler
*/