diff --git a/dist/fix/fix.compact.ie.js b/dist/fix/fix.compact.ie.js index 297ee23ce..a2eb1937d 100644 --- a/dist/fix/fix.compact.ie.js +++ b/dist/fix/fix.compact.ie.js @@ -122,7 +122,7 @@ function createStore () { var needPop = false; 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) { pushTarget(store); needPop = true; diff --git a/dist/fix/fix.compact.js b/dist/fix/fix.compact.js index f6ec60a72..a023efb99 100644 --- a/dist/fix/fix.compact.js +++ b/dist/fix/fix.compact.js @@ -135,7 +135,7 @@ function createStore () { var needPop = false; 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) { pushTarget(store); needPop = true;