Proxy should accept additional arguments.

http://api.jquery.com/jQuery.proxy/
This commit is contained in:
Natan Vivo
2013-01-14 14:57:43 -02:00
parent f0305577e0
commit 4ac3663449
+1 -1
View File
@@ -246,7 +246,7 @@ interface JQueryStatic {
/******
EVENTS
*******/
proxy(context: any, name: any): any;
proxy(context: any, name: any, ...args: any[]): any;
Deferred(): JQueryDeferred;
Event(name:string, eventProperties?:any): JQueryEventObject;