Arash 8 年之前
父节点
当前提交
1768b29621
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/animation/KeyframeTrack.js

+ 1 - 1
src/animation/KeyframeTrack.js

@@ -62,7 +62,7 @@ Object.assign( KeyframeTrack, {
 
 
 		} else {
 		} else {
 
 
-			// by default, we asssume a constructor compatible with the base
+			// by default, we assume a constructor compatible with the base
 			return new trackType(
 			return new trackType(
 					json.name, json.times, json.values, json.interpolation );
 					json.name, json.times, json.values, json.interpolation );