[jquery] Split @since.

This commit is contained in:
Leonard Thieu
2017-07-09 17:54:54 -04:00
parent c7393ce546
commit af079db266

View File

@@ -906,7 +906,8 @@ interface JQueryStatic<TElement extends Node = HTMLElement> {
*
* @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<T extends Element>(array: T[]): T[];
/**