From e4209c708b47b6df20ca5393be69f6ca41275dfd Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Wed, 31 Jul 2013 13:44:35 -0700 Subject: [PATCH] link --- src/js/visuals/animation/animationFactory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/visuals/animation/animationFactory.js b/src/js/visuals/animation/animationFactory.js index 5d7aa182..55419292 100644 --- a/src/js/visuals/animation/animationFactory.js +++ b/src/js/visuals/animation/animationFactory.js @@ -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();