()
| 90 | } |
| 91 | |
| 92 | public disable(): void { |
| 93 | super.disable(); |
| 94 | this.el.classList.add('ui-resizable-disabled'); |
| 95 | this._setupAutoHide(false); |
| 96 | } |
| 97 | |
| 98 | public destroy(): void { |
| 99 | this._removeHandlers(); |
nothing calls this directly
no test coverage detected