Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ updateMusic
Method
updateMusic
app/views/play/menu/OptionsView.js:92–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
updateMusic () {
93
return
me.set(
'music'
, this.$el.find(
'#option-music'
).prop(
'checked'
))
94
}
95
96
updateKeyBindings () {
97
this.aceConfig.keyBindings = this.$el.find(
'#option-key-bindings'
).val()
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected