(line)
| 4401 | } |
| 4402 | |
| 4403 | function cleanUpLine(line) { |
| 4404 | line.parent = null; |
| 4405 | detachMarkedSpans(line); |
| 4406 | } |
| 4407 | |
| 4408 | // Run the given mode's parser over a line, update the styles |
| 4409 | // array, which contains alternating fragments of text and CSS |
no test coverage detected