Fix tree positioning

This commit is contained in:
Peter Cottle 2014-06-29 16:51:14 -07:00
parent 3794dedc5c
commit 47f4c21b78

View file

@ -211,7 +211,7 @@ var GitDemonstrationView = ContainedBase.extend({
this.mainVis.setTreeIndex(300); this.mainVis.setTreeIndex(300);
this.mainVis.showHarsh(); this.mainVis.showHarsh();
} }
}, this), this.getAnimationTime() * 1); }, this), this.getAnimationTime() * 1.5);
} }
this.shown = true; this.shown = true;