Fix parameter error of AnimationClip.toJSON()
@@ -45,6 +45,6 @@ export class AnimationClip {
animation: any,
bones: Bone[]
): AnimationClip;
- static toJSON(): any;
+ static toJSON( clip: AnimationClip ): any;
}