(userID, options)
| 41 | } |
| 42 | |
| 43 | constructor (userID, options) { |
| 44 | super(options) |
| 45 | this.loadHeroPoseImage = this.loadHeroPoseImage.bind(this) |
| 46 | } |
| 47 | |
| 48 | destroy () { |
| 49 | if (typeof this.stopListening === 'function') { |
nothing calls this directly
no outgoing calls
no test coverage detected