add missing semicolon

This commit is contained in:
Andrew Wilcox
2013-02-15 17:31:59 -08:00
committed by Nick Martin
parent 6ed6e8ce17
commit 1bbbe2901f

View File

@@ -60,7 +60,7 @@
window.applicationCache.addEventListener('obsolete', (function() {
if (reloadRetry) {
cacheIsNowUpToDate()
cacheIsNowUpToDate();
}
else {
appcacheUpdated = true;