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