2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-09-19 00:39:01 +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:
Santiago Sosa 2017-11-21 15:35:52 -05:00 committed by GitHub
parent fd656a2f48
commit 9e4c359781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {