2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-09-19 00:39:01 +00:00

Merge pull request #673 from santi6291/master

Use global jquery reference
This commit is contained in:
Tomas Kirda 2017-11-21 15:02:53 -06:00 committed by GitHub
commit c037516040
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 {