(cm, e)
| 3829 | } |
| 3830 | |
| 3831 | function clickInGutter(cm, e) { |
| 3832 | return gutterEvent(cm, e, "gutterClick", true); |
| 3833 | } |
| 3834 | |
| 3835 | // Kludge to work around strange IE behavior where it'll sometimes |
| 3836 | // re-fire a series of drag-related events right after the drop (#1551) |
no test coverage detected