app.ServiceWorker: super()

pull/1441/head
Simon Legner 1 year ago
parent 9f87a459eb
commit 416363a551

@ -4,6 +4,7 @@ app.ServiceWorker = class ServiceWorker extends Events {
}
constructor() {
super();
this.onStateChange = this.onStateChange.bind(this);
this.registration = null;
this.notifyUpdate = true;

Loading…
Cancel
Save