@ -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;