This commit is contained in:
Peter Cottle 2013-07-31 13:44:35 -07:00
parent 0f1c9c4e7a
commit e4209c708b

View file

@ -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();