mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-28 17:35:49 +08:00
Merge pull request #2400 from Nimrodxx/master
Update jquerymobile.d.ts and jquery.d.ts
This commit is contained in:
5
jquery/jquery.d.ts
vendored
5
jquery/jquery.d.ts
vendored
@@ -364,6 +364,11 @@ interface JQueryPromise<T> {
|
||||
*/
|
||||
progress(...progressCallbacks: any[]): JQueryPromise<T>;
|
||||
|
||||
/**
|
||||
* Determine the current state of a Deferred object.
|
||||
*/
|
||||
state(): string;
|
||||
|
||||
// Deprecated - given no typings
|
||||
pipe(doneFilter?: (x: any) => any, failFilter?: (x: any) => any, progressFilter?: (x: any) => any): JQueryPromise<any>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user