diff --git a/dist/fix/fix.compact.js b/dist/fix/fix.compact.js index 83de70346..37bb87d0b 100644 --- a/dist/fix/fix.compact.js +++ b/dist/fix/fix.compact.js @@ -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",