Fixed tslint issues

This commit is contained in:
Tsvetan Raikov
2016-02-10 11:48:43 +02:00
parent 7b440c822f
commit 796501efcf

View File

@ -61,9 +61,9 @@
} }
/** /**
* Defines a custom animation timing curve by using the cubic-bezier function. * Defines a custom animation timing curve by using the cubic-bezier function.
* Possible values are numeric values from 0 to 1 * Possible values are numeric values from 0 to 1
*/ */
export class CubicBezierAnimationCurve { export class CubicBezierAnimationCurve {
public x1: number; public x1: number;