From f3bcbe6132ecc5042804db7ccfa8911f7e5cef0e Mon Sep 17 00:00:00 2001 From: Leonard Thieu Date: Mon, 26 Jun 2017 10:39:41 -0400 Subject: [PATCH] [jquery] Document 3.2 deprecations. --- types/jquery/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/jquery/index.d.ts b/types/jquery/index.d.ts index bae24d9780..d13ed8af42 100644 --- a/types/jquery/index.d.ts +++ b/types/jquery/index.d.ts @@ -2906,6 +2906,7 @@ interface JQueryStatic { * @param hold Indicates whether the ready hold is being requested or released * @see {@link https://api.jquery.com/jQuery.holdReady/} * @since 1.6 + * @deprecated 3.2 */ holdReady(hold: boolean): void; /** @@ -2932,6 +2933,7 @@ interface JQueryStatic { * @param obj Object to test whether or not it is an array. * @see {@link https://api.jquery.com/jQuery.isArray/} * @since 1.3 + * @deprecated 3.2 */ isArray(obj: any): obj is any[]; /**