(emitter, type)
| 4900 | } |
| 4901 | |
| 4902 | function hasHandler(emitter, type) { |
| 4903 | var arr = emitter._handlers && emitter._handlers[type]; |
| 4904 | return arr && arr.length > 0; |
| 4905 | } |
| 4906 | |
| 4907 | CodeMirror.on = on; CodeMirror.off = off; CodeMirror.signal = signal; |
| 4908 |
no outgoing calls
no test coverage detected