()
| 55 | } |
| 56 | |
| 57 | destroy () { |
| 58 | $('#modal-wrapper').off('mousemove') |
| 59 | window.removeEventListener('resize', this.setCSSVariables) |
| 60 | super.destroy() |
| 61 | } |
| 62 | } |
| 63 | JuniorModal.initClass() |
| 64 | return JuniorModal |
nothing calls this directly
no outgoing calls
no test coverage detected