()
| 74 | } |
| 75 | |
| 76 | public cleanResizable(): DDElement { |
| 77 | if (this.ddResizable) { |
| 78 | this.ddResizable.destroy(); |
| 79 | delete this.ddResizable; |
| 80 | } |
| 81 | return this; |
| 82 | } |
| 83 | |
| 84 | public setupDroppable(opts: DDDroppableOpt): DDElement { |
| 85 | if (!this.ddDroppable) { |
no test coverage detected