diff --git a/types/animation.d.ts b/types/animation.d.ts index fb4b9fe..b31350b 100644 --- a/types/animation.d.ts +++ b/types/animation.d.ts @@ -21,8 +21,6 @@ export interface AnimationHandle extends IAnimation { } export class CompositeAnimation implements IAnimation { - private handles: Set; - constructor(); public add(animation: Animation): AnimationHandle;