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