Browse Source

context环境

es6
imp 3 years ago
parent
commit
0aa6902cdb
  1. 2
      dist/fix/fix.compact.ie.js
  2. 2
      dist/fix/fix.compact.js

2
dist/fix/fix.compact.ie.js vendored

@ -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);

2
dist/fix/fix.compact.js vendored

@ -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);

Loading…
Cancel
Save