mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-09-19 05:49:07 +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