(line)
| 6528 | |
| 6529 | // Detach a line from the document tree and its markers. |
| 6530 | function cleanUpLine(line) { |
| 6531 | line.parent = null; |
| 6532 | detachMarkedSpans(line); |
| 6533 | } |
| 6534 | |
| 6535 | function extractLineClasses(type, output) { |
| 6536 | if (type) for (;;) { |
no test coverage detected