(oldData)
| 867 | } |
| 868 | |
| 869 | saveChanges (oldData) { |
| 870 | if (this.data == null) { this.data = {} } |
| 871 | if (this.nameInput) { this.data.name = this.nameInput.val() } |
| 872 | return this.data.complete = Boolean(this.taskCheckbox.prop('checked')) |
| 873 | } |
| 874 | |
| 875 | destroy () { |
| 876 | this.taskCheckbox.off() |
no outgoing calls
no test coverage detected