mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 09:20:03 +02:00
link
This commit is contained in:
parent
0f1c9c4e7a
commit
e4209c708b
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ AnimationFactory.playRefreshAnimation = function(gitVisuals, speed) {
|
|||
var animation = new PromiseAnimation({
|
||||
duration: speed,
|
||||
closure: function() {
|
||||
gitVisuals.refreshTree(speed)
|
||||
gitVisuals.refreshTree(speed);
|
||||
}
|
||||
});
|
||||
animation.play();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue