diff --git a/dist/fix/fix.compact.js b/dist/fix/fix.compact.js index 181059fa9..52e61549f 100644 --- a/dist/fix/fix.compact.js +++ b/dist/fix/fix.compact.js @@ -65,14 +65,7 @@ BI.Widget.prototype._init = function () { var needPop = false; if (window.Fix && this._store) { - var store = findStore(this.options.element); - if (store) { - pushTarget(store); - needPop = true; - } this.store = this._store(); - needPop && popTarget(); - needPop = false; pushTarget(this.store); if (this.store instanceof Fix.Model) { this.model = this.store.model;