(e)
| 3037 | else e.cancelBubble = true; |
| 3038 | } |
| 3039 | function e_stop(e) {e_preventDefault(e); e_stopPropagation(e);} |
| 3040 | CodeMirror.e_stop = e_stop; |
| 3041 | CodeMirror.e_preventDefault = e_preventDefault; |
| 3042 | CodeMirror.e_stopPropagation = e_stopPropagation; |
no test coverage detected