mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #5705 from borisyankov/fix/codemirror-paths
Rename showhint.d.ts to codemirror-showhint.d.ts
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/// <reference path="codemirror.d.ts" />
|
||||
/// <reference path="showhint.d.ts" />
|
||||
/// <reference path="codemirror-showhint.d.ts" />
|
||||
var doc = new CodeMirror.Doc('text');
|
||||
var pos = new CodeMirror.Pos(2, 3);
|
||||
CodeMirror.showHint(doc);
|
||||
Reference in New Issue
Block a user