(e)
| 4827 | else e.cancelBubble = true; |
| 4828 | } |
| 4829 | function e_stop(e) {e_preventDefault(e); e_stopPropagation(e);} |
| 4830 | CodeMirror.e_stop = e_stop; |
| 4831 | CodeMirror.e_preventDefault = e_preventDefault; |
| 4832 | CodeMirror.e_stopPropagation = e_stopPropagation; |
no test coverage detected