diff --git a/dist/fix/fix.compact.ie.js b/dist/fix/fix.compact.ie.js index cfcb87121..e39be20dc 100644 --- a/dist/fix/fix.compact.ie.js +++ b/dist/fix/fix.compact.ie.js @@ -184,7 +184,7 @@ delete this.__cacheStore; }; - _.each(["_mount", "__afterMount"], function (name) { + _.each(["_rendered", "_mount", "__afterMount"], function (name) { var old = BI.Widget.prototype[name]; old && (BI.Widget.prototype[name] = function () { this.store && pushTarget(this.store); diff --git a/dist/fix/fix.compact.js b/dist/fix/fix.compact.js index 7ac3c625b..bb660105f 100644 --- a/dist/fix/fix.compact.js +++ b/dist/fix/fix.compact.js @@ -183,7 +183,7 @@ delete this.__cacheStore; }; - _.each(["_mount", "__afterMount"], function (name) { + _.each(["_rendered", "_mount", "__afterMount"], function (name) { var old = BI.Widget.prototype[name]; old && (BI.Widget.prototype[name] = function () { this.store && pushTarget(this.store);