MCPcopy Create free account
hub / github.com/codecombat/codecombat / constructor

Method constructor

app/views/play/menu/OptionsView.js:42–46  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected