if(!this.isSizing){ return; } if(this.cover){ this.cover.style.zIndex = -1; } if(!this.activeSizing){ this._hideSizingLine(); } this._updateSize(); this.isSizing = false; if(this.persist){ this._saveState(this); } dojo.forEach(this._ownconnects,dojo.disconnect);