(l)
| 346 | else onBlur(); |
| 347 | |
| 348 | function isLine(l) {return l >= 0 && l < doc.size;} |
| 349 | // The instance object that we'll return. Mostly calls out to |
| 350 | // local functions in the CodeMirror function. Some do some extra |
| 351 | // range checking and/or clipping. operation is used to wrap the |
no outgoing calls
no test coverage detected