mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-11 15:14:27 +02:00
moving to interactive rebasing
This commit is contained in:
parent
7e28fd8452
commit
0674d77fed
5 changed files with 50 additions and 17 deletions
|
@ -93,7 +93,6 @@ AnimationFactory.prototype.genCommitBirthClosureFromSnapshot = function(step) {
|
|||
AnimationFactory.prototype.refreshTree = function(animationQueue) {
|
||||
animationQueue.add(new Animation({
|
||||
closure: function() {
|
||||
console.log('refreshing tree from here');
|
||||
gitVisuals.refreshTree();
|
||||
}
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue