mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
add missing semicolon
This commit is contained in:
committed by
Nick Martin
parent
6ed6e8ce17
commit
1bbbe2901f
@@ -60,7 +60,7 @@
|
||||
|
||||
window.applicationCache.addEventListener('obsolete', (function() {
|
||||
if (reloadRetry) {
|
||||
cacheIsNowUpToDate()
|
||||
cacheIsNowUpToDate();
|
||||
}
|
||||
else {
|
||||
appcacheUpdated = true;
|
||||
|
||||
Reference in New Issue
Block a user