Files
DefinitelyTyped/codemirror
Anthony Guo ad21a10ba7 codemirror.d.ts: Changed the Doc class type to an interface, and exposed the CodeMirror.Pos constructor
This allows the user to extend the definition for the CodeMirror.Doc
interface over multiple files. It also allows for instantiating new
CodeMirror.Position type objects using "new CodeMirror.Pos(...)"
2015-07-10 15:38:59 -07:00
..