Fix race condition with nthen

This commit is contained in:
yflory
2019-06-06 15:33:08 +02:00
parent 5477b83865
commit 62c96d562f
2 changed files with 2 additions and 2 deletions

View File

@@ -197,7 +197,7 @@ define([
}, 500);
progress(0, 0);*/
}).nThen(function () {
cb();
setTimeout(cb);
});
};
});