(mode, a1, a2)
| 3086 | CodeMirror.copyState = copyState; |
| 3087 | |
| 3088 | function startState(mode, a1, a2) { |
| 3089 | return mode.startState ? mode.startState(a1, a2) : true; |
| 3090 | } |
| 3091 | CodeMirror.startState = startState; |
| 3092 | |
| 3093 | CodeMirror.innerMode = function(mode, state) { |