(doc)
| 2219 | // Verify that the selection does not partially select any atomic |
| 2220 | // marked ranges. |
| 2221 | function reCheckSelection(doc) { |
| 2222 | setSelectionInner(doc, skipAtomicInSelection(doc, doc.sel, null, false), sel_dontScroll); |
| 2223 | } |
| 2224 | |
| 2225 | // Return a selection that does not partially select any atomic |
| 2226 | // ranges. |
no test coverage detected