guy 6 years ago
parent
commit
e9c0f283d2
  1. 2
      dist/_fineui.min.js
  2. 2
      dist/bundle.js
  3. 2
      dist/bundle.min.js
  4. 2
      dist/fineui.min.js
  5. 2
      dist/fix/fix.compact.js

2
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/bundle.js vendored

@ -111319,6 +111319,7 @@ BI.shortcut("bi.value_chooser_pane", BI.ValueChooserPane);;(function () {
needPop = true;
}
this.store = this._store();
this.store._widget = this;
needPop && popTarget();
needPop = false;
pushTarget(this.store);
@ -111358,6 +111359,7 @@ BI.shortcut("bi.value_chooser_pane", BI.ValueChooserPane);;(function () {
this._watchers && (this._watchers = []);
if (this.store) {
this.store._parent && (this.store._parent = null);
this.store._widget && (this.store._widget = null);
this.store = null;
}
delete this.__cacheStore;

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fix/fix.compact.js vendored

@ -115,6 +115,7 @@
needPop = true;
}
this.store = this._store();
this.store._widget = this;
needPop && popTarget();
needPop = false;
pushTarget(this.store);
@ -154,6 +155,7 @@
this._watchers && (this._watchers = []);
if (this.store) {
this.store._parent && (this.store._parent = null);
this.store._widget && (this.store._widget = null);
this.store = null;
}
delete this.__cacheStore;

Loading…
Cancel
Save