(e)
| 852 | } |
| 853 | |
| 854 | onTaskChanged (e) { |
| 855 | this.markAsChanged() |
| 856 | this.saveChanges() |
| 857 | this.flushChanges() |
| 858 | return this.broadcastChanges() |
| 859 | } |
| 860 | |
| 861 | onEditInputBlur (e) { |
| 862 | this.markAsChanged() |
nothing calls this directly
no test coverage detected