mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-01 11:50:54 +08:00
Proxy should accept additional arguments.
http://api.jquery.com/jQuery.proxy/
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user