Skip to content

Commit c037516

Browse files
author
Tomas Kirda
authored
Merge pull request devbridge#673 from santi6291/master
Use global jquery reference
2 parents fd656a2 + 9e4c359 commit c037516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/jquery-autocomplete/jquery.autocomplete.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Definitions by: John Gouigouix <https://github.com/orchestra-ts/DefinitelyTyped/>
44
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
55

6-
/// <reference path="../jquery/jquery.d.ts"/>
6+
/// <reference types="jquery"/>
77

88
interface AutocompleteSuggestion {
99

0 commit comments

Comments
 (0)