(doc)
| 2122 | // Verify that the selection does not partially select any atomic |
| 2123 | // marked ranges. |
| 2124 | function reCheckSelection(doc) { |
| 2125 | setSelectionInner(doc, skipAtomicInSelection(doc, doc.sel, null, false), sel_dontScroll); |
| 2126 | } |
| 2127 | |
| 2128 | // Return a selection that does not partially select any atomic |
| 2129 | // ranges. |
no test coverage detected