(cm, range)
| 3520 | } |
| 3521 | |
| 3522 | function scrollToRange(cm, range) { |
| 3523 | resolveScrollToPos(cm); |
| 3524 | cm.curOp.scrollToPos = range; |
| 3525 | } |
| 3526 | |
| 3527 | // When an operation has its scrollToPos property set, and another |
| 3528 | // scroll action is applied before the end of the operation, this |
no test coverage detected