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

Class

app/core/treema-ext.js:492–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
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 })

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected