mark `handles` as private property
This commit is contained in:
parent
fcd7e58688
commit
141c983bc3
|
|
@ -25,7 +25,7 @@ declare class AnimationHandle implements IAnimation {
|
||||||
}
|
}
|
||||||
|
|
||||||
export class CompositeAnimation implements IAnimation {
|
export class CompositeAnimation implements IAnimation {
|
||||||
readonly handles: Set<AnimationHandle>
|
private handles: Set<AnimationHandle>
|
||||||
|
|
||||||
constructor()
|
constructor()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue