[jquery] Add @deprecated to ready().

This commit is contained in:
Leonard Thieu
2017-06-26 08:05:35 -04:00
parent 2ff6e2cad4
commit ad4c226d12
+1
View File
@@ -1793,6 +1793,7 @@ interface JQuery<TElement extends Node = HTMLElement> {
* @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<TElement>) => void): this;
/**