mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 21:40:21 +00:00
[jquery] Add @deprecated to ready().
This commit is contained in:
Vendored
+1
@@ -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;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user