()
| 435 | model.DEVICE.first.delegate(data.tick, data); |
| 436 | } |
| 437 | reverse() { |
| 438 | this.direction = 0 - this.direction; |
| 439 | } |
| 440 | secondsToString(seconds) { |
| 441 | let string = ""; |
| 442 | let value = Math.floor(seconds / 3600); |
no outgoing calls
no test coverage detected