()
| 477 | } |
| 478 | |
| 479 | destroy () { |
| 480 | this.trackTimeSpentOnUnitProgress() |
| 481 | return super.destroy() |
| 482 | } |
| 483 | |
| 484 | trackTimeSpentOnUnitProgress () { |
| 485 | if (this.startTimeOnUnitProgress && !this.timeSpentOnUnitProgress) { |
nothing calls this directly
no test coverage detected