diff --git a/jqueryui/jqueryui.d.ts b/jqueryui/jqueryui.d.ts index b3edd59545..a5df2c834c 100644 --- a/jqueryui/jqueryui.d.ts +++ b/jqueryui/jqueryui.d.ts @@ -77,6 +77,7 @@ declare module JQueryUI { interface Autocomplete extends Widget, AutocompleteOptions { escapeRegex: (value: string) => string; + filter: (array: any, term: string) => any; } @@ -363,7 +364,7 @@ declare module JQueryUI { title?: string; width?: any; // number or string zIndex?: number; - + open?: DialogEvent; close?: DialogEvent; }