guy 7 years ago
parent
commit
db8efd6904
  1. 4
      dist/fix/fix.compact.js

4
dist/fix/fix.compact.js vendored

@ -31,8 +31,8 @@
_init.apply(this, arguments);
};
var unMount = BI.Widget.prototype._unMount;
BI.Widget.prototype._unMount = function () {
var unMount = BI.Widget.prototype.__d;
BI.Widget.prototype.__d = function () {
unMount.apply(this, arguments);
this.store && BI.isFunction(this.store.destroy) && this.store.destroy();
BI.each(this._watchers, function (i, unwatches) {

Loading…
Cancel
Save