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

Method constructor

ozaria/site/views/play/menu/OptionsView.js:43–47  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected