mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 01:00:05 +00:00
Merge pull request #187 from nvivo/proxy
Improxy $.proxy signatures, added overload $.proxy(fn, context).
This commit is contained in:
3
jquery/jquery-1.9.d.ts
vendored
3
jquery/jquery-1.9.d.ts
vendored
@@ -239,7 +239,8 @@ interface JQueryStatic {
|
||||
/******
|
||||
EVENTS
|
||||
*******/
|
||||
proxy(context: any, name: any, ...args: any[]): any;
|
||||
proxy(fn : (...args: any[]) => any, context: any, ...args: any[]): any;
|
||||
proxy(context: any, name: string, ...args: any[]): any;
|
||||
Deferred(): JQueryDeferred;
|
||||
Event(name:string, eventProperties?:any): JQueryEventObject;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user