()
| 106 | } |
| 107 | |
| 108 | updateLiveCompletion () { |
| 109 | this.aceConfig.liveCompletion = this.$el.find('#option-live-completion').prop('checked') |
| 110 | } |
| 111 | } |
| 112 | OptionsView.initClass() |
| 113 | return OptionsView |
nothing calls this directly
no outgoing calls
no test coverage detected