()
| 57 | } |
| 58 | |
| 59 | public cleanDraggable(): DDElement { |
| 60 | if (this.ddDraggable) { |
| 61 | this.ddDraggable.destroy(); |
| 62 | delete this.ddDraggable; |
| 63 | } |
| 64 | return this; |
| 65 | } |
| 66 | |
| 67 | public setupResizable(opts: DDResizableOpt): DDElement { |
| 68 | if (!this.ddResizable) { |
no test coverage detected