(cm, e)
| 2738 | } |
| 2739 | |
| 2740 | function clickInGutter(cm, e) { |
| 2741 | return gutterEvent(cm, e, "gutterClick", true, signalLater); |
| 2742 | } |
| 2743 | |
| 2744 | // Kludge to work around strange IE behavior where it'll sometimes |
| 2745 | // re-fire a series of drag-related events right after the drop (#1551) |
no test coverage detected