(anchor, head)
| 2079 | } |
| 2080 | |
| 2081 | function simpleSelection(anchor, head) { |
| 2082 | return new Selection([new Range(anchor, head || anchor)], 0); |
| 2083 | } |
| 2084 | |
| 2085 | // Most of the external API clips given positions to make sure they |
| 2086 | // actually exist within the document. |
no outgoing calls
no test coverage detected