From 11d0cf6d9a282eb562c6272f6b0a8f72775d8a10 Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 13 Dec 2017 20:33:31 +0800 Subject: [PATCH] update --- dist/fix/fix.compact.js | 7 ------- 1 file changed, 7 deletions(-) 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;