From 796501efcf53a6cd7d34d86bd6568bc35200e7cb Mon Sep 17 00:00:00 2001 From: Tsvetan Raikov Date: Wed, 10 Feb 2016 11:48:43 +0200 Subject: [PATCH] Fixed tslint issues --- ui/animation/animation.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/animation/animation.d.ts b/ui/animation/animation.d.ts index cfc7e1ddf..a8d4925ce 100644 --- a/ui/animation/animation.d.ts +++ b/ui/animation/animation.d.ts @@ -61,9 +61,9 @@ } /** - * Defines a custom animation timing curve by using the cubic-bezier function. - * Possible values are numeric values from 0 to 1 - */ + * Defines a custom animation timing curve by using the cubic-bezier function. + * Possible values are numeric values from 0 to 1 + */ export class CubicBezierAnimationCurve { public x1: number;