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

Method updateLiveCompletion

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

Source from the content-addressed store, hash-verified

106 }
107
108 updateLiveCompletion () {
109 this.aceConfig.liveCompletion = this.$el.find('#option-live-completion').prop('checked')
110 }
111 }
112 OptionsView.initClass()
113 return OptionsView

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected