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