mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
refactor(appcache) processManifest: new Date -> Date
This commit is contained in:
parent
5c02a1f735
commit
2b616b9bbb
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@
|
|||
|
||||
function processManifest() {
|
||||
Manifest = 'CACHE MANIFEST\n' +
|
||||
'#' + new Date() + '\n' +
|
||||
'#' + Date() + '\n' +
|
||||
'CACHE:\n' +
|
||||
NamesList_s +
|
||||
'NETWORK:\n' +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue