Merge pull request #5705 from borisyankov/fix/codemirror-paths

Rename showhint.d.ts to codemirror-showhint.d.ts
This commit is contained in:
Basarat Ali Syed
2015-09-06 14:27:47 +10:00
2 changed files with 1 additions and 1 deletions
@@ -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);