enforce asynchronous callbacks in user object migration
parent
0a68f06cc8
commit
3086eb45c5
|
@ -499,7 +499,7 @@ define([
|
|||
}, 500);
|
||||
progress(0, 0);*/
|
||||
}).nThen(function () {
|
||||
Realtime.whenRealtimeSyncs(store.realtime, Util.bake(cb));
|
||||
Realtime.whenRealtimeSyncs(store.realtime, Util.mkAsync(Util.bake(cb)));
|
||||
});
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue