mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
egwActionObjectInterface now has empty object handlers on default
This commit is contained in:
parent
e311d4fb28
commit
2e3be2b1b7
@ -266,16 +266,17 @@ export class egwActionObjectInterface implements EgwActionObjectInterface {
|
|||||||
stateChangeContext = null;
|
stateChangeContext = null;
|
||||||
reconnectActionsCallback = null;
|
reconnectActionsCallback = null;
|
||||||
reconnectActionsContext = null;
|
reconnectActionsContext = null;
|
||||||
|
handlers = {};
|
||||||
|
|
||||||
doGetDOMNode() {
|
doGetDOMNode() {
|
||||||
return null;
|
return null;
|
||||||
};
|
};
|
||||||
|
|
||||||
// or not.
|
// or not.
|
||||||
|
|
||||||
doSetState(_state) {
|
doSetState(_state) {
|
||||||
};
|
};
|
||||||
|
|
||||||
// or EGW_AI_DRAG_OUT
|
// or EGW_AI_DRAG_OUT
|
||||||
|
|
||||||
doTriggerEvent(_event, _data) {
|
doTriggerEvent(_event, _data) {
|
||||||
return false;
|
return false;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user