mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-08 17:19:27 +08:00
* [codemirror] Fix methods according to docs - `charCoords` method should have `mode` param optional: http://codemirror.net/doc/manual.html#charCoords - `getTokenAt` method should have second optional parameter `precise`: http://codemirror.net/doc/manual.html#getTokenAt * [codemirror] Fix coords mode methods parameter Fix mode parameter of methods `cursorCoords`, `charCoords`, `coordsChar`, `lineAtHeight` and add missing method `heightAtLine`.