| 490 | } |
| 491 | |
| 492 | class CodeLanguageTreema extends TreemaNode.nodeMap.string { |
| 493 | buildValueForEditing (valEl, data) { |
| 494 | super.buildValueForEditing(valEl, data) |
| 495 | valEl.find('input').autocomplete({ source: _.keys(aceUtils.aceEditModes), minLength: 0, delay: 0, autoFocus: true }) |
nothing calls this directly
no outgoing calls
no test coverage detected