|
|
@ -40,7 +40,7 @@ BI.Pane = BI.inherit(BI.Widget, { |
|
|
|
|
|
|
|
|
|
|
|
loading: function () { |
|
|
|
loading: function () { |
|
|
|
var self = this, o = this.options; |
|
|
|
var self = this, o = this.options; |
|
|
|
var loadingAnimation = BI.createWidget(BI.Providers.getProvider("bi.provider.system").getLoading({
|
|
|
|
var loadingAnimation = BI.createWidget(BI.Providers.getProvider("bi.provider.system").getLoading({ |
|
|
|
loadingSize: o.loadingSize, |
|
|
|
loadingSize: o.loadingSize, |
|
|
|
context: this |
|
|
|
context: this |
|
|
|
})); |
|
|
|
})); |
|
|
|