mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix style
This commit is contained in:
parent
bf6505b474
commit
40f1ce8972
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue