mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
[jquery] Use TextStatus instead of SuccessTextStatus | ErrorTextStatus.
This commit is contained in:
Vendored
+1
-1
@@ -3545,7 +3545,7 @@ declare namespace JQuery {
|
||||
}
|
||||
|
||||
interface CompleteCallback<TContext> {
|
||||
(this: TContext, jqXHR: jqXHR, textStatus: SuccessTextStatus | ErrorTextStatus): void;
|
||||
(this: TContext, jqXHR: jqXHR, textStatus: TextStatus): void;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user