(cm, e)
| 1893 | } |
| 1894 | |
| 1895 | function clickInGutter(cm, e) { |
| 1896 | return gutterEvent(cm, e, "gutterClick", true, signalLater); |
| 1897 | } |
| 1898 | |
| 1899 | // Kludge to work around strange IE behavior where it'll sometimes |
| 1900 | // re-fire a series of drag-related events right after the drop (#1551) |
no test coverage detected