PR #166 fix animating shadow thing

This commit is contained in:
Peter Cottle 2014-03-17 11:18:15 -07:00
parent 046e619a48
commit 6bdbb09d5a
2 changed files with 3 additions and 2 deletions

View file

@ -923,7 +923,7 @@ var CanvasTerminalHolder = BaseView.extend({
this.$terminal.animate({
height: size.height,
opacity: 1
}, this.getAnimationTime(), function () {
}, this.getAnimationTime(), function() {
self.recalcLayout();
});
},