Browse Source

chore: bugfix

es6
guy 2 years ago
parent
commit
5b4f9e308f
  1. 4
      dist/fix/fix.compact.js
  2. 1
      src/core/4.widget.js

4
dist/fix/fix.compact.js vendored

@ -105,6 +105,10 @@
if (workerMode && this._worker) {
return;
}
if (this.store) {
pushTarget(this.store);
return true;
}
if (this._store) {
var store = findStore(this.options.context || this._parent || this.options.element || this._context);
if (store) {

1
src/core/4.widget.js

@ -755,7 +755,6 @@
this.element.unbind();
// this._initCurrent();
this._init();
this._mount();
// this._initRef();
},

Loading…
Cancel
Save