(emitter, type)
| 5557 | } |
| 5558 | |
| 5559 | function hasHandler(emitter, type) { |
| 5560 | var arr = emitter._handlers && emitter._handlers[type]; |
| 5561 | return arr && arr.length > 0; |
| 5562 | } |
| 5563 | |
| 5564 | CodeMirror.on = on; CodeMirror.off = off; CodeMirror.signal = signal; |
| 5565 |
no outgoing calls
no test coverage detected