mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-11-09 14:50:57 +00:00
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.
This commit is contained in:
parent
fd656a2f48
commit
9e4c359781
@ -3,7 +3,7 @@
|
||||
// Definitions by: John Gouigouix <https://github.com/orchestra-ts/DefinitelyTyped/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
/// <reference types="jquery"/>
|
||||
|
||||
interface AutocompleteSuggestion {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user