mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
Adds unload to the list of function definitions.
Previously unload was omitted from the declarations file.
This commit is contained in:
3
jquery/jquery-1.8.d.ts
vendored
3
jquery/jquery-1.8.d.ts
vendored
@@ -581,6 +581,9 @@ interface JQuery {
|
||||
undelegate(selector: any, events: any): JQuery;
|
||||
undelegate(namespace: string): JQuery;
|
||||
|
||||
unload(eventData?: any, handler?: (eventObject: JQueryEventObject) => any): JQuery;
|
||||
unload(handler: (eventObject: JQueryEventObject) => any): JQuery;
|
||||
|
||||
/*********
|
||||
INTERNALS
|
||||
**********/
|
||||
|
||||
Reference in New Issue
Block a user