readme stuff

This commit is contained in:
Peter Cottle 2012-11-04 16:56:19 -08:00
parent 04cb00e86a
commit 98be824e0f
4 changed files with 30 additions and 11 deletions

View file

@ -1051,7 +1051,7 @@ GitEngine.prototype.mergeStarter = function() {
return;
}
animationFactory.genCommitBirthAnimation(this.animationQueue, newCommit);
animationFactory.genCommitBirthAnimation(this.animationQueue, newCommit, this.gitVisuals);
};
GitEngine.prototype.merge = function(targetSource, currentLocation) {