(line)
| 5515 | |
| 5516 | // Detach a line from the document tree and its markers. |
| 5517 | function cleanUpLine(line) { |
| 5518 | line.parent = null; |
| 5519 | detachMarkedSpans(line); |
| 5520 | } |
| 5521 | |
| 5522 | function extractLineClasses(type, output) { |
| 5523 | if (type) for (;;) { |
no test coverage detected