()
| 115 | } |
| 116 | |
| 117 | pushTasks () { |
| 118 | return this.level.set('tasks', this.taskMap()) |
| 119 | } |
| 120 | |
| 121 | onClickTaskRow (e) { |
| 122 | if (!$(e.target).is('input') && !$(e.target).is('a') && !$(e.target).hasClass('start-edit') && (this.$('#cur-edit').length === 0)) { |
no test coverage detected