All generic parameter must be provided in latest typescript release

http://stackoverflow.com/a/18381029/390330
This commit is contained in:
basarat
2013-08-22 22:56:31 +10:00
committed by gstamac
parent bc63597ea3
commit 3c4ffca167

2
jquery/jquery.d.ts vendored
View File

@@ -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;