|
|
@ -184,7 +184,7 @@ |
|
|
|
delete this.__cacheStore; |
|
|
|
delete this.__cacheStore; |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
_.each(["_mount", "__afterMount"], function (name) { |
|
|
|
_.each(["_rendered", "_mount", "__afterMount"], function (name) { |
|
|
|
var old = BI.Widget.prototype[name]; |
|
|
|
var old = BI.Widget.prototype[name]; |
|
|
|
old && (BI.Widget.prototype[name] = function () { |
|
|
|
old && (BI.Widget.prototype[name] = function () { |
|
|
|
this.store && pushTarget(this.store); |
|
|
|
this.store && pushTarget(this.store); |
|
|
|