(doc)
| 5138 | // Verify that the selection does not partially select any atomic |
| 5139 | // marked ranges. |
| 5140 | function reCheckSelection(doc) { |
| 5141 | setSelectionInner(doc, skipAtomicInSelection(doc, doc.sel, null, false)); |
| 5142 | } |
| 5143 | |
| 5144 | // Return a selection that does not partially select any atomic |
| 5145 | // ranges. |
no test coverage detected