|
|
@ -21351,6 +21351,7 @@ _.extend(BI.OB.prototype, { |
|
|
|
(typeof navigator !== "undefined" && |
|
|
|
(typeof navigator !== "undefined" && |
|
|
|
typeof navigator.userAgent === "string" && |
|
|
|
typeof navigator.userAgent === "string" && |
|
|
|
/\bEdge\/\d/.test(navigator.userAgent)); |
|
|
|
/\bEdge\/\d/.test(navigator.userAgent)); |
|
|
|
|
|
|
|
|
|
|
|
BI.Widget = BI.inherit(BI.OB, { |
|
|
|
BI.Widget = BI.inherit(BI.OB, { |
|
|
|
_defaultConfig: function () { |
|
|
|
_defaultConfig: function () { |
|
|
|
return BI.extend(BI.Widget.superclass._defaultConfig.apply(this), { |
|
|
|
return BI.extend(BI.Widget.superclass._defaultConfig.apply(this), { |
|
|
@ -21559,6 +21560,7 @@ _.extend(BI.OB.prototype, { |
|
|
|
lazy && this._mountChildren && this._mountChildren(); |
|
|
|
lazy && this._mountChildren && this._mountChildren(); |
|
|
|
this.mounted && this.mounted(); |
|
|
|
this.mounted && this.mounted(); |
|
|
|
this._isMounting = false; |
|
|
|
this._isMounting = false; |
|
|
|
|
|
|
|
return true; |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
_mountChildren: null, |
|
|
|
_mountChildren: null, |
|
|
|