(options)
| 40 | } |
| 41 | |
| 42 | constructor (options) { |
| 43 | super(options) |
| 44 | this.onVolumeSliderChange = this.onVolumeSliderChange.bind(this) |
| 45 | this.utils = utils |
| 46 | } |
| 47 | |
| 48 | getRenderData (c) { |
| 49 | let left |
nothing calls this directly
no outgoing calls
no test coverage detected