(cm, e)
| 3699 | } |
| 3700 | |
| 3701 | function clickInGutter(cm, e) { |
| 3702 | return gutterEvent(cm, e, "gutterClick", true, signalLater); |
| 3703 | } |
| 3704 | |
| 3705 | // Kludge to work around strange IE behavior where it'll sometimes |
| 3706 | // re-fire a series of drag-related events right after the drop (#1551) |
no test coverage detected