()
| 26 | } |
| 27 | |
| 28 | destroy () { |
| 29 | if (typeof this.onDestroy === 'function') { |
| 30 | this.onDestroy() |
| 31 | } |
| 32 | return super.destroy() |
| 33 | } |
| 34 | } |
| 35 | MaintenanceModal.initClass() |
| 36 | return MaintenanceModal |
nothing calls this directly
no outgoing calls
no test coverage detected