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

Method buildValueForEditing

app/core/treema-ext.js:493–497  ·  view source on GitHub ↗
(valEl, data)

Source from the content-addressed store, hash-verified

491
492class 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 })
496 return valEl
497 }
498}
499
500class CodeTreema extends TreemaNode.nodeMap.ace {

Callers

nothing calls this directly

Calls 1

buildValueForEditingMethod · 0.45

Tested by

no test coverage detected