From d4a8b6be17df332f4fc5b126c31756f173dd8649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdo=CC=81n=20Rodri=CC=81guez=20Davila?= Date: Sat, 21 Apr 2018 12:38:29 +0200 Subject: [PATCH] Remove last ESLint presence .. /// --- index.html | 6 +++--- service-worker.js | 4 +--- src/my-app.js | 2 +- sw-precache-config.js | 6 ++---- 4 files changed, 7 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 2ea84ed5..282b4fc6 100644 --- a/index.html +++ b/index.html @@ -72,13 +72,13 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN * to indicate the path from which you'll be serving, including leading * and trailing slashes (e.g., `/my-app/`). */ - window.Polymer = {rootPath: '/'}; + window.Polymer = { rootPath: '/' }; // Load and register pre-caching Service Worker if ('serviceWorker' in navigator) { window.addEventListener('load', function() { navigator.serviceWorker.register('service-worker.js', { - scope: Polymer.rootPath, + scope: Polymer.rootPath }); }); } @@ -94,7 +94,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN