forked from projects/fipamo
15 lines
400 B
JavaScript
15 lines
400 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();
|