From 733e1713162e08dae6efb98d738f17d6df48d8c7 Mon Sep 17 00:00:00 2001 From: yushijinhun Date: Fri, 9 Feb 2018 12:54:27 +0800 Subject: [PATCH] remove `CompositeAnimation.handles` --- types/animation.d.ts | 2 -- 1 file changed, 2 deletions(-) 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;