(doc, anchor, head, options)
| 1086 | |
| 1087 | // Reset the selection to a single range. |
| 1088 | function setSimpleSelection(doc, anchor, head, options) { |
| 1089 | setSelection(doc, simpleSelection(anchor, head), options); |
| 1090 | } |
| 1091 | |
| 1092 | // Give beforeSelectionChange handlers a change to influence a |
| 1093 | // selection update. |
no test coverage detected