mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 17:27:22 +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({
|
var animation = new PromiseAnimation({
|
||||||
duration: speed,
|
duration: speed,
|
||||||
closure: function() {
|
closure: function() {
|
||||||
gitVisuals.refreshTree(speed)
|
gitVisuals.refreshTree(speed);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
animation.play();
|
animation.play();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue