aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2018-07-21 00:05:10 +0200
committerpacien2018-07-21 00:05:10 +0200
commitde8ee94abf69fa909f796decdbcde896573c0f61 (patch)
treeb05bc0c14b93a43ab91dcacdafce1e943fa02db0
parent2f766bbfa6321de5eb9a0a4ce0e7f5df23962348 (diff)
downloadbeamer-viewer-de8ee94abf69fa909f796decdbcde896573c0f61.tar.gz
Add note
-rw-r--r--appcache.js1
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.
10class AppCache { 11class AppCache {
11 constructor() { 12 constructor() {
12 this.cacheName = "cache"; 13 this.cacheName = "cache";