Update jquery/jquery-1.8.d.ts

This commit is contained in:
Konrad Abicht
2012-12-30 11:16:59 +01:00
parent d57605344b
commit 1d54aaefe3
+1 -1
View File
@@ -179,7 +179,7 @@ interface JQueryStatic {
ajaxSettings: JQueryAjaxSettings;
ajaxSetup(options: any);
ajaxSetup(options?: any);
get(url: string, data?: any, success?: any, dataType?: any): JQueryXHR;
getJSON(url: string, data?: any, success?: any): JQueryXHR;