(time)
| 2049 | options.onHighlightComplete(instance); |
| 2050 | } |
| 2051 | function startWorker(time) { |
| 2052 | if (!work.length) return; |
| 2053 | highlight.set(time, operation(highlightWorker)); |
| 2054 | } |
| 2055 | |
| 2056 | // Operations are used to wrap changes in such a way that each |
| 2057 | // change won't have to update the cursor and display (which would |
no test coverage detected