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

Method updateWideEditor

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

Source from the content-addressed store, hash-verified

102 }
103
104 updateWideEditor () {
105 this.aceConfig.preferWideEditor = this.$el.find('#option-wide-editor').prop('checked')
106 }
107
108 updateLiveCompletion () {
109 this.aceConfig.liveCompletion = this.$el.find('#option-live-completion').prop('checked')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected