guy 7 years ago
parent
commit
f98f4c11af
  1. 2
      bi/core.js
  2. 2
      dist/core.js
  3. 2
      src/core/view.js

2
bi/core.js

@ -5659,8 +5659,8 @@ BI.View = BI.inherit(BI.V, {
});
delete this._cardLayouts;
delete this._cards;
this.off();
this.destroyed();
this.off();
},
_destroy: function () {

2
dist/core.js vendored

@ -15528,8 +15528,8 @@ BI.View = BI.inherit(BI.V, {
});
delete this._cardLayouts;
delete this._cards;
this.off();
this.destroyed();
this.off();
},
_destroy: function () {

2
src/core/view.js

@ -495,8 +495,8 @@ BI.View = BI.inherit(BI.V, {
});
delete this._cardLayouts;
delete this._cards;
this.off();
this.destroyed();
this.off();
},
_destroy: function () {

Loading…
Cancel
Save