(doc)
| 1149 | // Verify that the selection does not partially select any atomic |
| 1150 | // marked ranges. |
| 1151 | function reCheckSelection(doc) { |
| 1152 | setSelectionInner(doc, skipAtomicInSelection(doc, doc.sel, null, false), sel_dontScroll); |
| 1153 | } |
| 1154 | |
| 1155 | // Return a selection that does not partially select any atomic |
| 1156 | // ranges. |
no test coverage detected