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

Method buildValueForEditing

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

Source from the content-addressed store, hash-verified

847 }
848
849 buildValueForEditing (valEl, data) {
850 this.nameInput = this.buildValueForEditingSimply(valEl, data.name)
851 return this.nameInput.parent().prepend(this.taskCheckbox)
852 }
853
854 onTaskChanged (e) {
855 this.markAsChanged()

Callers 1

buildValueForEditingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected