| 1 | (function() { |
| 2 | // A minilanguage for instantiating linked CodeMirror instances and Docs |
| 3 | function instantiateSpec(spec, place, opts) { |
| 4 | var names = {}, pos = 0, l = spec.length, editors = []; |
nothing calls this directly
no test coverage detected