Fix FALSE_INIT error

This commit is contained in:
yflory 2021-01-08 17:38:58 +01:00
parent 0c9c3c23a4
commit 25e67c2027
1 changed files with 1 additions and 1 deletions

View File

@ -2653,7 +2653,7 @@ define([
// "cb" may have already been called by onCacheReady
store.returned = returned;
if (typeof(cb) === 'function') { cb(); }
if (typeof(cb) === 'function') { cb(returned); }
store.offline = false;
sendDriveEvent('NETWORK_RECONNECT'); // Tell inner that we're now online