Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7 from jimmywarting/patch-1
Browse files Browse the repository at this point in the history
Update index.html
  • Loading branch information
chrisdavidmills committed Jul 31, 2017
2 parents a6d2b28 + 3793ba2 commit 504a009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch-signal-controller-observer/index.html
Expand Up @@ -85,7 +85,7 @@ <h1>Simple offline video player</h1>
};

observer.onstatechange = function() {
if (observer.state = 'complete') {
if (observer.state === 'complete') {
reports.textContent = 'Download complete';
}
}
Expand Down

0 comments on commit 504a009

Please sign in to comment.