last level for remotes??

This commit is contained in:
Peter Cottle 2013-10-26 14:27:51 -07:00
parent dc8df68dac
commit 1e152858a2
3 changed files with 31 additions and 7 deletions

View file

@ -151,7 +151,7 @@ var Visualization = Backbone.View.extend({
fadeTreeIn: function() {
this.shown = true;
if (!this.paper.canvas) {
if (!this.paper) {
return;
}
$(this.paper.canvas).animate({opacity: 1}, this.getAnimationTime());