Răsfoiți Sursa

Update AnimationMixer.js

Fix typo.
Michael Herzog 4 luni în urmă
părinte
comite
df8b3e1ae9
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      src/animation/AnimationMixer.js

+ 3 - 3
src/animation/AnimationMixer.js

@@ -641,7 +641,7 @@ class AnimationMixer extends EventDispatcher {
 	/**
 	/**
 	 * Deactivates all previously scheduled actions on this mixer.
 	 * Deactivates all previously scheduled actions on this mixer.
 	 *
 	 *
-	 * @return {AnimationMixer} A reference to thi animation mixer.
+	 * @return {AnimationMixer} A reference to this animation mixer.
 	 */
 	 */
 	stopAllAction() {
 	stopAllAction() {
 
 
@@ -665,7 +665,7 @@ class AnimationMixer extends EventDispatcher {
 	 * time from {@link Clock} or {@link Timer}.
 	 * time from {@link Clock} or {@link Timer}.
 	 *
 	 *
 	 * @param {number} deltaTime - The delta time in seconds.
 	 * @param {number} deltaTime - The delta time in seconds.
-	 * @return {AnimationMixer} A reference to thi animation mixer.
+	 * @return {AnimationMixer} A reference to this animation mixer.
 	 */
 	 */
 	update( deltaTime ) {
 	update( deltaTime ) {
 
 
@@ -711,7 +711,7 @@ class AnimationMixer extends EventDispatcher {
 	 * input parameter will be scaled by {@link AnimationMixer#timeScale}
 	 * input parameter will be scaled by {@link AnimationMixer#timeScale}
 	 *
 	 *
 	 * @param {number} time - The time to set in seconds.
 	 * @param {number} time - The time to set in seconds.
-	 * @return {AnimationMixer} A reference to thi animation mixer.
+	 * @return {AnimationMixer} A reference to this animation mixer.
 	 */
 	 */
 	setTime( time ) {
 	setTime( time ) {
 
 

粤ICP备19079148号