diff --git a/dist/fix/fix.compact.js b/dist/fix/fix.compact.js index 1fdba9727..dced5e166 100644 --- a/dist/fix/fix.compact.js +++ b/dist/fix/fix.compact.js @@ -115,7 +115,7 @@ pushTarget(store); needPop = true; } - this.store = (this._store || this.options._store)(); + this.store = (this._store || this.options._store).call(this); this.store && (this.store._widget = this); needPop && popTarget(); needPop = false;