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

Method destroy

app/views/play/menu/OptionsView.js:67–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 destroy () {
68 __guardMethod__(this.volumeSlider, 'slider', o => o.slider('destroy'))
69 return super.destroy()
70 }
71
72 onVolumeSliderChange (e) {
73 const volume = this.volumeSlider.slider('value')

Callers

nothing calls this directly

Calls 1

__guardMethod__Function · 0.70

Tested by

no test coverage detected