We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f87a45 commit 416363aCopy full SHA for 416363a
1 file changed
assets/javascripts/app/serviceworker.js
@@ -4,6 +4,7 @@ app.ServiceWorker = class ServiceWorker extends Events {
4
}
5
6
constructor() {
7
+ super();
8
this.onStateChange = this.onStateChange.bind(this);
9
this.registration = null;
10
this.notifyUpdate = true;
0 commit comments