Fix style

This commit is contained in:
Lee moon soo 2016-11-03 11:23:51 -07:00
parent bf6505b474
commit 40f1ce8972

View file

@ -55,7 +55,7 @@ zeppelin.Visualization.prototype.activate = function() {
if (!this._active && this._resized) {
var self = this;
// give some time for element ready
setTimeout(function(){self.refresh();}, 300);
setTimeout(function() {self.refresh();}, 300);
this._resized = false;
}
this._active = true;