Skip to content

Commit

Permalink
Try the Travis CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
jungkees committed Mar 24, 2017
1 parent 1e7a57e commit e57580e
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,7 +1,7 @@
addEventListener('install', function(evt) {
addEventListener('install', function(e) {
self.skipWaiting();
});

addEventListener('activate', function(evt) {
evt.waitUntil(clients.claim());
addEventListener('activate', function(e) {
e.waitUntil(clients.claim());
});

0 comments on commit e57580e

Please sign in to comment.