diff --git a/app.js b/app.js index bee36e9..9d5a692 100644 --- a/app.js +++ b/app.js @@ -3,7 +3,7 @@ class Setup { this.statusEl = document.createElement("p") document.body.appendChild(this.statusEl) this.updateStatus() - this.addEventListener('controllerchange', () => { + addEventListener('controllerchange', () => { this.updateStatus() }) await this.register()