diff options
author | pacien | 2018-07-21 00:05:10 +0200 |
---|---|---|
committer | pacien | 2018-07-21 00:05:10 +0200 |
commit | de8ee94abf69fa909f796decdbcde896573c0f61 (patch) | |
tree | b05bc0c14b93a43ab91dcacdafce1e943fa02db0 | |
parent | 2f766bbfa6321de5eb9a0a4ce0e7f5df23962348 (diff) | |
download | beamer-viewer-de8ee94abf69fa909f796decdbcde896573c0f61.tar.gz |
Add note
-rw-r--r-- | appcache.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appcache.js b/appcache.js index 09b588f..d51f775 100644 --- a/appcache.js +++ b/appcache.js | |||
@@ -7,6 +7,7 @@ | |||
7 | 7 | ||
8 | "use strict"; | 8 | "use strict"; |
9 | 9 | ||
10 | // script put at the root of the app so it can intercept all requests made from the current directory. | ||
10 | class AppCache { | 11 | class AppCache { |
11 | constructor() { | 12 | constructor() { |
12 | this.cacheName = "cache"; | 13 | this.cacheName = "cache"; |