()
| 46 | } |
| 47 | |
| 48 | destroy () { |
| 49 | if (typeof this.stopListening === 'function') { |
| 50 | this.stopListening() |
| 51 | } |
| 52 | return super.destroy() |
| 53 | } |
| 54 | |
| 55 | loadHeroPoseImage () { |
| 56 | return this.user.getHeroPoseImage().then(result => { |
nothing calls this directly
no outgoing calls
no test coverage detected