2018-11-08 20:45:37 -05:00
|
|
|
export const EDITOR_DELETE = 'editorDelete';
|
|
|
|
export const EDITOR_UPLOAD_POST_IMAGE = 'editorUploadImage';
|
|
|
|
export const EDITOR_SAVE = 'editorSave';
|
|
|
|
export const EDITOR_UPDATE = 'editorUpdate';
|
|
|
|
|
2019-02-27 11:17:51 -05:00
|
|
|
class EditorEvent {
|
|
|
|
//--------------------------
|
|
|
|
// methods
|
|
|
|
//--------------------------
|
|
|
|
//--------------------------
|
|
|
|
// event handlers
|
|
|
|
//--------------------------
|
2018-11-08 20:45:37 -05:00
|
|
|
}
|
2019-02-27 11:17:51 -05:00
|
|
|
export default new EditorEvent();
|