|
|
@ -122,7 +122,7 @@ |
|
|
|
function createStore () { |
|
|
|
function createStore () { |
|
|
|
var needPop = false; |
|
|
|
var needPop = false; |
|
|
|
if (_global.Fix && this._store) { |
|
|
|
if (_global.Fix && this._store) { |
|
|
|
var store = findStore(this.options.context || this._parent || this.options.element || BI.Widget.context || this._context); |
|
|
|
var store = findStore(this.options.context || this._parent || this.options.element || this._context); |
|
|
|
if (store) { |
|
|
|
if (store) { |
|
|
|
pushTarget(store); |
|
|
|
pushTarget(store); |
|
|
|
needPop = true; |
|
|
|
needPop = true; |
|
|
|