(line)
| 6733 | |
| 6734 | // Detach a line from the document tree and its markers. |
| 6735 | function cleanUpLine(line) { |
| 6736 | line.parent = null; |
| 6737 | detachMarkedSpans(line); |
| 6738 | } |
| 6739 | |
| 6740 | function extractLineClasses(type, output) { |
| 6741 | if (type) for (;;) { |
no test coverage detected