(e)
| 3786 | } |
| 3787 | |
| 3788 | function done(e) { |
| 3789 | cm.state.selectingText = false; |
| 3790 | counter = Infinity; |
| 3791 | e_preventDefault(e); |
| 3792 | display.input.focus(); |
| 3793 | off(document, "mousemove", move); |
| 3794 | off(document, "mouseup", up); |
| 3795 | doc.history.lastSelOrigin = null; |
| 3796 | } |
| 3797 | |
| 3798 | var move = operation(cm, function(e) { |
| 3799 | if (!e_button(e)) done(e); |
no outgoing calls