()
| 96 | } |
| 97 | |
| 98 | public destroy(): void { |
| 99 | this._removeHandlers(); |
| 100 | this._setupAutoHide(false); |
| 101 | delete this.el; |
| 102 | super.destroy(); |
| 103 | } |
| 104 | |
| 105 | public updateOption(opts: DDResizableOpt): DDResizable { |
| 106 | const updateHandles = (opts.handles && opts.handles !== this.option.handles); |
no test coverage detected