()
| 254 | } |
| 255 | |
| 256 | getParent() { |
| 257 | return this.resizable && (this.resizable as any).parentNode; |
| 258 | } |
| 259 | |
| 260 | getParentSize(): { width: number; height: number } { |
| 261 | return (this.resizable as any).getParentSize(); |
no outgoing calls
no test coverage detected