This commit is contained in:
David Walsh 2016-02-22 14:00:55 -06:00
Родитель b97562d87b
Коммит cf10fa5974
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -11,7 +11,7 @@
caches.open(CACHE_NAME)
.then(function(cache) {
// Add all offline dependencies to the cache
console.log('[install] Caches opened, adding all core components' +
console.log('[install] Caches opened, adding all core components ' +
'to cache');
return cache.addAll(CACHE_FILES);
})