diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2017-01-07 14:44:53 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2017-01-07 14:44:53 +0100 |
commit | e3af3fd98866bea39bc31b65e5a6bb6bb86a956e (patch) | |
tree | b7178bc0dfec6b2b6c0fed76ad035e922d79a3df /sworker.js | |
parent | 69f0bab2559c3bdcb44a1c39ffebfca6bac5e89b (diff) | |
download | hesla-e3af3fd98866bea39bc31b65e5a6bb6bb86a956e.tar.gz |
Fix creation of Date.toISODateString shim.
Diffstat (limited to 'sworker.js')
-rw-r--r-- | sworker.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -var version = 'v38 - 2017-12-31'; +var version = 'v39 - 2017-01-07'; var toCache = [ '/', 'index.html', |