()
| 58 | } |
| 59 | |
| 60 | destroy () { |
| 61 | if (typeof this.stopListening === 'function') { |
| 62 | this.stopListening() |
| 63 | } |
| 64 | return super.destroy() |
| 65 | } |
| 66 | |
| 67 | afterRender () { |
| 68 | super.afterRender() |
nothing calls this directly
no outgoing calls
no test coverage detected