mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
[jquery] Remove Promise1.
Promise1 is not being used.
This commit is contained in:
10
types/jquery/index.d.ts
vendored
10
types/jquery/index.d.ts
vendored
@@ -4670,16 +4670,6 @@ declare namespace JQuery {
|
||||
UR, UJ, UN,
|
||||
never, never, never> { }
|
||||
|
||||
/**
|
||||
* This object provides a subset of the methods of the Deferred object (then, done, fail, always,
|
||||
* pipe, progress, state and promise) to prevent users from changing the state of the Deferred.
|
||||
*
|
||||
* @see {@link http://api.jquery.com/Types/#Promise}
|
||||
*/
|
||||
interface Promise1<TR, TJ, TN> extends Promise3<TR, TJ, TN,
|
||||
never, never, never,
|
||||
never, never, never> { }
|
||||
|
||||
/**
|
||||
* This object provides a subset of the methods of the Deferred object (then, done, fail, always,
|
||||
* pipe, progress, state and promise) to prevent users from changing the state of the Deferred.
|
||||
|
||||
Reference in New Issue
Block a user