From fafbbf6cef4222cfca1b4dd19fbdae2a4511997f Mon Sep 17 00:00:00 2001 From: Leonard Thieu Date: Tue, 11 Jul 2017 12:23:35 -0400 Subject: [PATCH] [jquery] Re-add type parameter to hover(). --- types/jquery/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/jquery/index.d.ts b/types/jquery/index.d.ts index 039e35bc94..747abe207c 100644 --- a/types/jquery/index.d.ts +++ b/types/jquery/index.d.ts @@ -3887,8 +3887,8 @@ interface JQuery extends Iterable * @since 1.0 * @since 1.4 */ - hover(handlerInOut: JQuery.EventHandler | JQuery.EventHandlerBase> | false, - handlerOut?: JQuery.EventHandler | JQuery.EventHandlerBase> | false): this; + hover(handlerInOut: JQuery.EventHandler | JQuery.EventHandlerBase> | false, + handlerOut?: JQuery.EventHandler | JQuery.EventHandlerBase> | false): this; /** * Set the HTML contents of each element in the set of matched elements. *