mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update jquery.d.ts
Fix error "Generic type references must include all type arguments." that gets thrown in typescript 0.9.1.1
This commit is contained in:
parent
da107056f5
commit
70d3f2c394
2
jquery/jquery.d.ts
vendored
2
jquery/jquery.d.ts
vendored
@ -488,7 +488,7 @@ interface JQuery {
|
||||
removeData(nameOrList?: any): JQuery;
|
||||
|
||||
// Deferred
|
||||
promise(type?: any, target?: any): JQueryPromise;
|
||||
promise(type?: any, target?: any): JQueryPromise<any>;
|
||||
|
||||
// Effects
|
||||
animate(properties: any, duration?: any, complete?: Function): JQuery;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user