(mode, a1, a2)
| 3536 | CodeMirror.copyState = copyState; |
| 3537 | |
| 3538 | function startState(mode, a1, a2) { |
| 3539 | return mode.startState ? mode.startState(a1, a2) : true; |
| 3540 | } |
| 3541 | CodeMirror.startState = startState; |
| 3542 | |
| 3543 | CodeMirror.innerMode = function(mode, state) { |