Adds unload to the list of function definitions.

Previously unload was omitted from the declarations file.
This commit is contained in:
Stuart Thompson
2012-12-09 09:17:40 -08:00
committed by Damiano
parent cdb485d942
commit 6f5a02f916

View File

@@ -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
**********/