mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 15:38:33 +02:00
AWESOMEEEEEe first big refactor and its awesome
This commit is contained in:
parent
bf6f987482
commit
4619eb370c
2 changed files with 11 additions and 7 deletions
|
@ -858,7 +858,9 @@ GitEngine.prototype.fakeTeamwork = function(numToMake) {
|
|||
// teamwork all at once because then the animation of each child
|
||||
// is difficult. Instead, we will generate a promise chain which will
|
||||
// produce the commit right before every animation
|
||||
chain = chain.then(chainStep());
|
||||
chain = chain.then(function() {
|
||||
return chainStep();
|
||||
});
|
||||
}
|
||||
|
||||
deferred.resolve();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue