diff --git a/src/core/4.widget.js b/src/core/4.widget.js index 80b1a33b4..b34dbbd0e 100644 --- a/src/core/4.widget.js +++ b/src/core/4.widget.js @@ -577,6 +577,7 @@ // this._isMounted = false; // this.purgeListeners(); this.empty(); + this.element.unbind(); this._initCurrent(); this._init(); this._mount();