()
| 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') |
nothing calls this directly
no outgoing calls
no test coverage detected