BOOM BIG UPDATE on the rebase animation awesome

This commit is contained in:
Peter Cottle 2012-10-13 00:22:57 -07:00
parent 703591be5c
commit 359878037a
4 changed files with 195 additions and 21 deletions

View file

@ -553,6 +553,7 @@ GitEngine.prototype.rebaseStarter = function() {
};
GitEngine.prototype.rebaseAnimation = function(response) {
/*
// TODO: move to animation factory
var start = function() {
// maybe search stuff??
@ -599,6 +600,7 @@ GitEngine.prototype.rebaseAnimation = function(response) {
}, this);
animationFactory.refreshTree(this.animationQueue);
*/
};
GitEngine.prototype.rebase = function(targetSource, currentLocation) {