(doc)
| 2224 | // Verify that the selection does not partially select any atomic |
| 2225 | // marked ranges. |
| 2226 | function reCheckSelection(doc) { |
| 2227 | setSelectionInner(doc, skipAtomicInSelection(doc, doc.sel, null, false), sel_dontScroll); |
| 2228 | } |
| 2229 | |
| 2230 | // Return a selection that does not partially select any atomic |
| 2231 | // ranges. |
no test coverage detected