Update and rename showhint-tests.ts to codemirror-showhint-tests.ts

Makes it easier to search + more semantic
This commit is contained in:
Basarat Ali Syed 2015-09-06 14:25:34 +10:00
parent 47b5ecf690
commit 2c2efb33ca

View File

@ -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);