mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
BOOM BIG UPDATE on the rebase animation awesome
This commit is contained in:
parent
703591be5c
commit
359878037a
4 changed files with 195 additions and 21 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue