Some BugFix

This commit is contained in:
Mathias
2019-11-18 14:07:53 -03:00
parent 11c2c70ec6
commit a7ab686463

View File

@ -36,10 +36,7 @@ export class CanvasEngine<
protected stateMachine: StateMachine;
protected options: O;
deregisterDefaultDeleteItemsAction: () => void;
deregisterDefaultZoomCanvasAction: () => void;
constructor(options: CanvasEngineOptions = {}) {
constructor(options:O = {}) {
super();
this.model = null;
this.eventBus = new ActionEventBus(this);