mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-22 11:40:10 +08:00
Merge pull request #309 from Guuz/master
Fix jqXhr.abort() optional parameter.
This commit is contained in:
Vendored
+1
-1
@@ -59,7 +59,7 @@ interface JQueryAjaxSettings {
|
||||
*/
|
||||
interface JQueryXHR extends XMLHttpRequest, JQueryPromise {
|
||||
overrideMimeType(mimeType: string);
|
||||
abort(statusText: string): void;
|
||||
abort(statusText?: string): void;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user