diff --git a/jquery/jquery-1.8.d.ts b/jquery/jquery-1.8.d.ts index 8d824cb0c2..565b975497 100644 --- a/jquery/jquery-1.8.d.ts +++ b/jquery/jquery-1.8.d.ts @@ -688,10 +688,10 @@ interface JQuery { has(selector: string): JQuery; has(contained: Element): JQuery; - is(selector: string): JQuery; - is(func: (index: any) =>any): JQuery; - is(element: any): JQuery; - is(obj: JQuery): JQuery; + is(selector: string): bool; + is(func: (index: any) =>any): bool; + is(element: any): bool; + is(obj: JQuery): bool; last(): JQuery;