From 5a9a727fa1ebba95f678d6e725bb552c5b143a4d Mon Sep 17 00:00:00 2001 From: John Reilly Date: Wed, 12 Feb 2014 16:04:30 +0000 Subject: [PATCH 1/2] jQuery: removed redundant interface --- jquery/jquery.d.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/jquery/jquery.d.ts b/jquery/jquery.d.ts index 0d26a8253..ea9d327f9 100644 --- a/jquery/jquery.d.ts +++ b/jquery/jquery.d.ts @@ -485,14 +485,6 @@ interface JQueryAnimationOptions { specialEasing?: Object; } -/** - * The interface used to specify easing functions. - */ -interface JQueryEasing { - linear(p: number): number; - swing(p: number): number; -} - /** * Static members of jQuery (those on $ and jQuery themselves) */ From 2bd68070e93979c115f4d906838cdea8084cc7ce Mon Sep 17 00:00:00 2001 From: John Reilly Date: Thu, 13 Feb 2014 09:14:40 +0000 Subject: [PATCH 2/2] jQuery: added cr to retrigger CI build --- jquery/jquery.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/jquery/jquery.d.ts b/jquery/jquery.d.ts index ea9d327f9..bc7886e44 100644 --- a/jquery/jquery.d.ts +++ b/jquery/jquery.d.ts @@ -18,6 +18,7 @@ See the Apache Version 2.0 License for specific language governing permissions and limitations under the License. ***************************************************************************** */ + /** * Interface for the AJAX setting that will configure the AJAX request */