mihailik 4d3992f9d2 Updated using features in TypeScript v0.9
Previously the module name couldn't match the global function name, so we had to declare module 'CM' and function CodeMirror.

Now that TS can handle the naming clash correctly, we will go to the naming convention from CodeMirror docs.

Additionally, that allows using constructor for CodeMirror.Doc. Previously because of naming CM.Doc that wouldn't work.

Note that CodeMirror itself is not declared as a class, even though their actual implementation does allow 'newing' it internally. However, that is not advertised in the docs, so we assume it is a quirk for some edge case compatibility and leaving it out of the API declarations here.
2013-06-25 02:02:29 +02:00
2013-02-20 17:41:07 -05:00
2013-06-20 13:47:33 -04:00
2013-06-19 01:57:50 +03:00
2013-06-20 14:22:51 -04:00
2013-06-22 12:43:53 -03:00
2013-01-18 16:05:44 -05:00
2013-02-24 23:35:23 -07:00
2013-06-21 07:32:08 +01:00
2013-02-16 18:19:07 -02:00
2013-06-21 16:08:00 +01:00
2013-01-17 20:03:30 +02:00
2013-06-19 00:53:08 +02:00
2013-03-02 21:07:47 +01:00
2013-06-20 20:11:40 +01:00
2013-06-21 20:25:26 -03:00
2013-01-17 20:03:30 +02:00
2013-06-20 22:41:35 -07:00
2013-01-17 20:03:30 +02:00
2013-06-19 01:54:04 +03:00
2013-02-22 09:05:43 +09:00
2013-06-21 23:53:09 -03:00
2013-03-01 10:36:58 +01:00
2013-05-25 18:08:56 +03:00
2013-03-07 21:27:00 +09:00
2013-03-31 23:44:20 +02:00
2013-01-20 16:16:58 +01:00
2013-04-29 17:29:38 -03:00
2013-02-07 21:45:59 -06:00
2013-06-19 16:23:50 -05:00
2012-12-04 00:21:45 -06:00
2013-05-25 14:29:17 +03:00
2013-01-17 20:03:30 +02:00
2013-01-17 20:03:30 +02:00
2013-01-17 20:03:30 +02:00
2013-05-11 12:51:07 +02:00
2013-01-17 20:03:30 +02:00
2013-01-17 20:03:30 +02:00
2013-02-26 09:43:33 +09:00
2013-06-14 20:08:21 +03:00
2013-06-21 19:47:20 -03:00
2013-01-17 20:03:30 +02:00
2013-02-01 23:49:23 +01:00
2013-01-17 20:03:30 +02:00
2013-02-24 13:31:08 -03:00
2013-01-17 20:03:30 +02:00
2013-05-25 18:42:10 +03:00
2013-04-25 14:30:36 +10:00
2013-06-21 22:48:49 -04:00
2013-04-05 14:24:42 +02:00
2013-06-19 14:43:23 -03:00
2013-01-17 20:03:30 +02:00
2013-01-17 20:03:30 +02:00
2013-06-21 23:09:43 -04:00
2013-05-25 18:27:49 +03:00
2013-06-19 00:55:16 +02:00
2013-05-25 18:38:50 +03:00
2013-01-20 16:16:58 +01:00
2013-06-19 23:06:03 -07:00
2013-02-25 22:53:37 -03:00
2013-03-31 13:31:24 -05:00
2013-02-06 23:52:55 -02:00
2013-01-17 20:03:30 +02:00
2013-06-19 22:24:11 +09:00
2013-01-17 20:03:30 +02:00
2013-05-17 14:29:12 +03:00
2013-05-25 18:08:56 +03:00
2013-06-20 22:25:55 -07:00
2013-06-14 15:42:36 +01:00
2013-06-19 22:44:05 +09:00
2013-04-19 18:24:57 -03:00
2013-05-19 16:33:24 -04:00
2013-01-17 20:03:30 +02:00
2013-02-24 13:25:49 -03:00
2013-01-17 20:03:30 +02:00
2013-05-25 18:27:49 +03:00
2013-02-03 09:06:48 +01:00
2013-01-25 02:53:31 -05:00
2013-02-28 21:32:03 -03:00
2013-02-24 13:42:15 -03:00
2013-04-16 19:58:38 +09:00
2013-06-21 14:50:25 +01:00
2013-03-15 13:39:21 -05:00
2013-06-21 20:25:26 -03:00
2013-01-17 20:03:30 +02:00
2013-02-09 03:59:40 -06:00
2013-05-25 18:27:49 +03:00
2013-02-25 23:06:10 -03:00
2012-12-20 00:49:17 -06:00
2013-06-20 15:31:55 -03:00
2013-06-21 23:09:43 -04:00

DefinitelyTyped Build Status

The repository for high quality TypeScript type definitions.

Usage

Include a line like this:

/// <reference path="jquery.d.ts" />

TypeScript Directory: tools, libraries, projects and learning resources

Contributor Guidelines

See the section: How to contribute

Other means to get the definitions

List of Definitions

Requested Definitions

S
Description
The repository for high quality TypeScript type definitions.
Readme MIT
98 MiB
Languages
TypeScript 100%