can't merge a commit anyomre

This commit is contained in:
Peter Cottle 2012-10-12 23:18:12 -07:00
parent f353fa118d
commit 703591be5c
3 changed files with 42 additions and 15 deletions

View file

@ -42,10 +42,6 @@ AnimationFactory.prototype.genCommitBirthAnimation = function(animationQueue, co
}));
};
AnimationFactory.prototype.genCommitBirthAnimationInSequence = function(animationQueue, index, commits) {
};
AnimationFactory.prototype.refreshTree = function(animationQueue) {
animationQueue.add(new Animation({
closure: function() {
@ -55,3 +51,7 @@ AnimationFactory.prototype.refreshTree = function(animationQueue) {
}));
};
AnimationFactory.prototype.rebaseAnimation = function(animationQueue, rebaseResponse, gitEngine) {
};