(time)
| 1849 | options.onHighlightComplete(instance); |
| 1850 | } |
| 1851 | function startWorker(time) { |
| 1852 | if (!work.length) return; |
| 1853 | highlight.set(time, operation(highlightWorker)); |
| 1854 | } |
| 1855 | |
| 1856 | // Operations are used to wrap changes in such a way that each |
| 1857 | // change won't have to update the cursor and display (which would |
no test coverage detected