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