From af079db266fb09ad990e094ff54216fcdf636c1a Mon Sep 17 00:00:00 2001 From: Leonard Thieu Date: Sun, 9 Jul 2017 17:54:54 -0400 Subject: [PATCH] [jquery] Split @since. --- types/jquery/index.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/jquery/index.d.ts b/types/jquery/index.d.ts index 2f23d64003..c038daa684 100644 --- a/types/jquery/index.d.ts +++ b/types/jquery/index.d.ts @@ -906,7 +906,8 @@ interface JQueryStatic { * * @param array The Array of DOM elements. * @see {@link https://api.jquery.com/jQuery.uniqueSort/} - * @since 1.12-2.2 + * @since 1.12 + * @since 2.2 */ uniqueSort(array: T[]): T[]; /**