()
| 67 | } |
| 68 | |
| 69 | destroy () { |
| 70 | if (typeof this.onDestroy === 'function') { |
| 71 | this.onDestroy() |
| 72 | } |
| 73 | return super.destroy() |
| 74 | } |
| 75 | } |
| 76 | LicenseStatsModal.initClass() |
| 77 | return LicenseStatsModal |
nothing calls this directly
no outgoing calls
no test coverage detected