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
parent e147cc1224
commit 9409f60b27
+3
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
**********/