Files
DefinitelyTyped/codemirror
Mark Wong Siang Kai 2e46d83d9f Added CM.registerHelper definition.
-- This is defined in the base library and
   used by a lot of addons.
-- Also fixed position constructor definition, as
   given by codemirror docs:

   CodeMirror.Pos(line: integer, ?ch: integer)
   * A constructor for the {line, ch} objects that are
   * used to represent positions in editor documents.
2016-03-03 20:47:15 -08:00
..