Browse Source

Merge remote-tracking branch 'remotes/origin/BI4.1'

# Conflicts:
#	dist/bundle.min.js
es6
guy 7 years ago
parent
commit
7849759e92
  1. 4
      dist/fix/fix.compact.js

4
dist/fix/fix.compact.js vendored

@ -76,11 +76,11 @@
_.each(["mounted", "populate"], function (name) {
var old = BI.Widget.prototype[name];
old && BI.Widget.prototype[name] = function () {
old && (BI.Widget.prototype[name] = function () {
this.store && pushTarget(this.store);
return old.apply(this, arguments);
this.store && popTarget();
};
});
})
_.each(["each", "map", "reduce", "reduceRight", "find", "filter", "reject", "every", "all", "some", "any", "max", "min",

Loading…
Cancel
Save