Correct semi-colon in Ease typings

This commit is contained in:
Richard Fox 2017-01-30 13:03:08 +01:00
parent 8826814f37
commit 2bcf79509a
No known key found for this signature in database
GPG Key ID: F2610C0F64CBA479

2
gsap/Ease.d.ts vendored
View File

@ -95,7 +95,7 @@ declare namespace gsap {
strength?: number;
taper?: 'in' | 'out' | 'both' | 'none';
template?: Ease;
};
}
export class RoughEase extends Ease {
static ease: RoughEase;