(anchor, head)
| 1983 | } |
| 1984 | |
| 1985 | function simpleSelection(anchor, head) { |
| 1986 | return new Selection([new Range(anchor, head || anchor)], 0); |
| 1987 | } |
| 1988 | |
| 1989 | // Most of the external API clips given positions to make sure they |
| 1990 | // actually exist within the document. |
no outgoing calls
no test coverage detected