()
| 1506 | } |
| 1507 | |
| 1508 | finalizeLastHistoryEntry() { |
| 1509 | let history = this.history; |
| 1510 | if(!history.items.length) return; |
| 1511 | history.items[history.items.length - 1].finalized = true; |
| 1512 | } |
| 1513 | |
| 1514 | //------------------------------------------------------- |
| 1515 | // Handlers |
no outgoing calls
no test coverage detected