From ad4c226d12fdbd2dd221d3de2356b9364fdb98c7 Mon Sep 17 00:00:00 2001 From: Leonard Thieu Date: Mon, 26 Jun 2017 08:05:35 -0400 Subject: [PATCH] [jquery] Add @deprecated to ready(). --- types/jquery/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/jquery/index.d.ts b/types/jquery/index.d.ts index 9e6a67e440..e99260c2de 100644 --- a/types/jquery/index.d.ts +++ b/types/jquery/index.d.ts @@ -1793,6 +1793,7 @@ interface JQuery { * @param handler A function to execute after the DOM is ready. * @see {@link https://api.jquery.com/ready/} * @since 1.0 + * @deprecated 3.0 */ ready(handler: ($: JQueryStatic) => void): this; /**