@ -150,8 +150,8 @@
}
};
var unMount = BI.Widget.prototype.__d;
BI.Widget.prototype.__d = function () {
var unMount = BI.Widget.prototype.__destroy;
BI.Widget.prototype.__destroy = function () {
try {
unMount.apply(this, arguments);
} catch (e) {
@ -753,7 +753,7 @@
this.__d();
this.element.empty();
this.element.unbind();
this._initCurrent();
// this._initCurrent();
this._init();
this._mount();
// this._initRef();