mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-22 12:01:15 -04:00
Changed const to var declaration for CACHE_NAME
This commit is contained in:
parent
8be59da9ec
commit
34498afeb1
@ -28,7 +28,7 @@
|
||||
* The value is defined in app.js and will be passed to Service Worker on initialization (to avoid duplication)
|
||||
* @type {String}
|
||||
*/
|
||||
const CACHE_NAME;
|
||||
var CACHE_NAME;
|
||||
|
||||
/**
|
||||
* A global Boolean that governs whether CACHE_NAME will be used
|
||||
|
Loading…
x
Reference in New Issue
Block a user