|
|
@ -228,7 +228,7 @@ |
|
|
|
_assertPopupView: function () { |
|
|
|
_assertPopupView: function () { |
|
|
|
var self = this, o = this.options; |
|
|
|
var self = this, o = this.options; |
|
|
|
if (this.popupView == null) { |
|
|
|
if (this.popupView == null) { |
|
|
|
this.popupView = BI.createWidget(this.options.popup, { |
|
|
|
this.popupView = BI.createWidget(BI.isFunction(this.options.popup) ? this.options.popup() : this.options.popup, { |
|
|
|
type: "bi.bubble_popup_view", |
|
|
|
type: "bi.bubble_popup_view", |
|
|
|
showArrow: o.showArrow, |
|
|
|
showArrow: o.showArrow, |
|
|
|
value: o.value |
|
|
|
value: o.value |
|
|
|