From 8ad1595eff0ca5fbd45264bf693d39c83cbb731a Mon Sep 17 00:00:00 2001 From: Jeff Posnick Date: Fri, 26 Jun 2015 10:22:06 +0100 Subject: [PATCH] Add auto-register to the inline examples --- platinum-sw-cache.html | 2 +- platinum-sw-fetch.html | 2 +- platinum-sw-import-script.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/platinum-sw-cache.html b/platinum-sw-cache.html index 5769af1..d3569d5 100644 --- a/platinum-sw-cache.html +++ b/platinum-sw-cache.html @@ -17,7 +17,7 @@ * `` needs to be a child element of ``. * A simple, yet useful configuration is * - * + * * * * diff --git a/platinum-sw-fetch.html b/platinum-sw-fetch.html index 35d5028..0a255e6 100644 --- a/platinum-sw-fetch.html +++ b/platinum-sw-fetch.html @@ -31,7 +31,7 @@ * * An example configuration is: * - * + * * * diff --git a/platinum-sw-import-script.html b/platinum-sw-import-script.html index 2478f55..dc7364a 100644 --- a/platinum-sw-import-script.html +++ b/platinum-sw-import-script.html @@ -18,7 +18,7 @@ * A common use case is to define a custom request handler for a `fetch` event, but it can be used * for any type of code that you want to be executed by the service worker. * - * + * * *