(e)
| 5479 | return e.defaultPrevented != null ? e.defaultPrevented : e.returnValue == false; |
| 5480 | } |
| 5481 | function e_stop(e) {e_preventDefault(e); e_stopPropagation(e);} |
| 5482 | CodeMirror.e_stop = e_stop; |
| 5483 | CodeMirror.e_preventDefault = e_preventDefault; |
| 5484 | CodeMirror.e_stopPropagation = e_stopPropagation; |
no test coverage detected