mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-24 23:34:30 +00:00
* Make CodeMirror.Editor extend CodeMirror.Doc Per the documentation at https://codemirror.net/doc/manual.html#api Methods prefixed with doc. can, unless otherwise specified, be called both on CodeMirror (editor) instances and CodeMirror.Doc instances. * Add comment and test