mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update and rename showhint-tests.ts to codemirror-showhint-tests.ts
Makes it easier to search + more semantic
This commit is contained in:
parent
47b5ecf690
commit
2c2efb33ca
@ -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);
|
||||
Loading…
Reference in New Issue
Block a user