mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update jQuery.ajaxSetup() definition
This commit is contained in:
Vendored
+2
-1
@@ -179,7 +179,8 @@ interface JQueryStatic {
|
||||
|
||||
ajaxSettings: JQueryAjaxSettings;
|
||||
|
||||
ajaxSetup(options?: any);
|
||||
ajaxSetup();
|
||||
ajaxSetup(options: JQueryAjaxSettings);
|
||||
|
||||
get(url: string, data?: any, success?: any, dataType?: any): JQueryXHR;
|
||||
getJSON(url: string, data?: any, success?: any): JQueryXHR;
|
||||
|
||||
Reference in New Issue
Block a user