From 3c4ffca1673769405a7d75868f599ca7f2a66923 Mon Sep 17 00:00:00 2001 From: basarat Date: Thu, 22 Aug 2013 22:56:31 +1000 Subject: [PATCH] All generic parameter must be provided in latest typescript release http://stackoverflow.com/a/18381029/390330 --- jquery/jquery.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery/jquery.d.ts b/jquery/jquery.d.ts index 8e3ee3a3e8..ccd5e33649 100644 --- a/jquery/jquery.d.ts +++ b/jquery/jquery.d.ts @@ -488,7 +488,7 @@ interface JQuery { removeData(nameOrList?: any): JQuery; // Deferred - promise(type?: any, target?: any): JQueryPromise; + promise(type?: any, target?: any): JQueryPromise; // Effects animate(properties: any, duration?: any, complete?: Function): JQuery;