(anchor, head)
| 4622 | } |
| 4623 | |
| 4624 | function simpleSelection(anchor, head) { |
| 4625 | return new Selection([new Range(anchor, head || anchor)], 0) |
| 4626 | } |
| 4627 | |
| 4628 | // Compute the position of the end of a change (its 'to' property |
| 4629 | // refers to the pre-change end). |
no outgoing calls
no test coverage detected