Browse Source

fix space error

beidongjiedeguang 4 years ago
parent
commit
02bcf34c04
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/animation/AnimationClip.d.ts

+ 1 - 1
src/animation/AnimationClip.d.ts

@@ -45,6 +45,6 @@ export class AnimationClip {
 		animation: any,
 		bones: Bone[]
 	): AnimationClip;
-	static toJSON( json: any): any;
+	static toJSON( json: any ): any;
 
 }