guy 7 years ago
parent
commit
55070fe412
  1. 2
      dist/fix/fix.compact.js

2
dist/fix/fix.compact.js vendored

@ -93,7 +93,7 @@
this.store && (this.store._parent = null, this.store = null);
}
_.each(["mounted", "populate"], function (name) {
_.each(["_mount", "populate"], function (name) {
var old = BI.Widget.prototype[name];
old && (BI.Widget.prototype[name] = function () {
this.store && pushTarget(this.store);

Loading…
Cancel
Save