(anchor, head)
| 6384 | } |
| 6385 | |
| 6386 | function simpleSelection(anchor, head) { |
| 6387 | return new Selection([new Range(anchor, head || anchor)], 0) |
| 6388 | } |
| 6389 | |
| 6390 | // Compute the position of the end of a change (its 'to' property |
| 6391 | // refers to the pre-change end). |
no outgoing calls
no test coverage detected