mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 02:57:24 +08:00
[jquery] Use TextStatus instead of SuccessTextStatus | ErrorTextStatus.
This commit is contained in:
2
types/jquery/index.d.ts
vendored
2
types/jquery/index.d.ts
vendored
@@ -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