Skip to content

Commit 9e4c359

Browse files
author
Santiago Sosa
authored
Use global jquery reference
This creates a conflict if the app implementing already has a version of jquery. This should be pulled from the global definition of jquery.
1 parent fd656a2 commit 9e4c359

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)