mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Consider startup successful after all callbacks have completed
This commit is contained in:
@@ -24,6 +24,12 @@ var maybeReady = function () {
|
||||
// Run startup callbacks
|
||||
while (callbackQueue.length)
|
||||
(callbackQueue.shift())();
|
||||
|
||||
if (Meteor.isCordova) {
|
||||
// Notify the WebAppCordova plugin startup was completed successfully, so we can
|
||||
// roll back faulty versions if this doesn't occur
|
||||
WebAppCordova.startupDidComplete();
|
||||
}
|
||||
};
|
||||
|
||||
var loadingCompleted = function () {
|
||||
|
||||
Reference in New Issue
Block a user