(anchor, head)
| 1011 | } |
| 1012 | |
| 1013 | function simpleSelection(anchor, head) { |
| 1014 | return new Selection([new Range(anchor, head || anchor)], 0); |
| 1015 | } |
| 1016 | |
| 1017 | // Most of the external API clips given positions to make sure they |
| 1018 | // actually exist within the document. |
no outgoing calls
no test coverage detected