()
| 379 | } |
| 380 | |
| 381 | destroy () { |
| 382 | this.selectAddThangType(null) |
| 383 | if (this.surface != null) { |
| 384 | this.surface.destroy() |
| 385 | } |
| 386 | $(window).off('resize', this.onWindowResize) |
| 387 | $(document).unbind('contextmenu', this.preventDefaultContextMenu) |
| 388 | if (this.thangsTreema != null) { |
| 389 | this.thangsTreema.destroy() |
| 390 | } |
| 391 | return super.destroy() |
| 392 | } |
| 393 | |
| 394 | onViewSwitched (e) { |
| 395 | this.selectAddThang(null, true) |
no test coverage detected