(valEl, data)
| 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() |
no outgoing calls
no test coverage detected