remove `CompositeAnimation.handles`

This commit is contained in:
yushijinhun 2018-02-09 12:54:27 +08:00
parent 1ec9d098d9
commit 733e171316
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ export interface AnimationHandle extends IAnimation {
}
export class CompositeAnimation implements IAnimation {
private handles: Set<AnimationHandle>;
constructor();
public add(animation: Animation): AnimationHandle;