forked from projects/fipamo
20 lines
407 B
JavaScript
20 lines
407 B
JavaScript
|
export const EDITOR_DELETE = 'editorDelete';
|
||
|
export const EDITOR_UPLOAD_POST_IMAGE = 'editorUploadImage';
|
||
|
export const EDITOR_SAVE = 'editorSave';
|
||
|
export const EDITOR_UPDATE = 'editorUpdate';
|
||
|
|
||
|
class EditorEvent
|
||
|
{
|
||
|
|
||
|
//--------------------------
|
||
|
// methods
|
||
|
//--------------------------
|
||
|
|
||
|
|
||
|
|
||
|
//--------------------------
|
||
|
// event handlers
|
||
|
//--------------------------
|
||
|
}
|
||
|
export default new EditorEvent
|