(cm, e)
| 3851 | } |
| 3852 | |
| 3853 | function clickInGutter(cm, e) { |
| 3854 | return gutterEvent(cm, e, "gutterClick", true); |
| 3855 | } |
| 3856 | |
| 3857 | // Kludge to work around strange IE behavior where it'll sometimes |
| 3858 | // re-fire a series of drag-related events right after the drop (#1551) |
no test coverage detected