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

Method updateKeyBindings

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

Source from the content-addressed store, hash-verified

94 }
95
96 updateKeyBindings () {
97 this.aceConfig.keyBindings = this.$el.find('#option-key-bindings').val()
98 }
99
100 updateBehaviors () {
101 this.aceConfig.behaviors = this.$el.find('#option-behaviors').prop('checked')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected