Browse Source

fix:补充丢失的this引用

es6
Cauchy.Ke-柯小龙 2 years ago
parent
commit
fc3e0f8319
  1. 2
      dist/fix/fix.compact.js

2
dist/fix/fix.compact.js vendored

@ -115,7 +115,7 @@
pushTarget(store); pushTarget(store);
needPop = true; needPop = true;
} }
this.store = (this._store || this.options._store)(); this.store = (this._store || this.options._store).call(this);
this.store && (this.store._widget = this); this.store && (this.store._widget = this);
needPop && popTarget(); needPop && popTarget();
needPop = false; needPop = false;

Loading…
Cancel
Save