Skip to content

Commit 416363a

Browse files
committed
app.ServiceWorker: super()
1 parent 9f87a45 commit 416363a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

assets/javascripts/app/serviceworker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ app.ServiceWorker = class ServiceWorker extends Events {
44
}
55

66
constructor() {
7+
super();
78
this.onStateChange = this.onStateChange.bind(this);
89
this.registration = null;
910
this.notifyUpdate = true;

0 commit comments

Comments
 (0)