mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 20:35:16 +00:00
Created comments component.
This commit is contained in:
@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user