(e)
| 2837 | else e.cancelBubble = true; |
| 2838 | } |
| 2839 | function e_stop(e) {e_preventDefault(e); e_stopPropagation(e);} |
| 2840 | CodeMirror.e_stop = e_stop; |
| 2841 | CodeMirror.e_preventDefault = e_preventDefault; |
| 2842 | CodeMirror.e_stopPropagation = e_stopPropagation; |
no test coverage detected