prevent creation of _defineProperty() function

This commit is contained in:
djmaze 2021-03-16 16:08:01 +01:00
parent eff92c3152
commit 986b8f056b
8 changed files with 24 additions and 57 deletions

View file

@ -1,6 +1,8 @@
export class AbstractComponent {
disposable = [];
constructor() {
this.disposable = [];
}
dispose() {
this.disposable.forEach((funcToDispose) => {