chore: format and fix ci build

This commit is contained in:
Nathan Walker
2020-09-25 15:58:39 -07:00
parent 95d45e1528
commit 03f1f3d5f5
17 changed files with 68 additions and 75 deletions

View File

@@ -305,7 +305,7 @@ export abstract class ViewBase extends Observable implements ViewBaseDefinition
super();
this._domId = viewIdCounter++;
this._style = new Style(new WeakRef(this));
this.notify({eventName: ViewBase.createdEvent, type: this.constructor.name, object: this});
this.notify({ eventName: ViewBase.createdEvent, type: this.constructor.name, object: this });
}
// Used in Angular.