From 10f0a52b7fc260ffae6937262e42b6fefec72e11 Mon Sep 17 00:00:00 2001 From: Leonard Thieu Date: Sun, 2 Jul 2017 11:13:40 -0400 Subject: [PATCH] [jquery] Remove Promise1. Promise1 is not being used. --- types/jquery/index.d.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/types/jquery/index.d.ts b/types/jquery/index.d.ts index 9ff83fad93..b71bfbbed3 100644 --- a/types/jquery/index.d.ts +++ b/types/jquery/index.d.ts @@ -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 extends Promise3 { } - /** * 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.