浏览代码

Fix indentation

Lewy Blue 7 年之前
父节点
当前提交
c32d5ff449
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/js/loaders/FBXLoader.js

+ 1 - 1
examples/js/loaders/FBXLoader.js

@@ -4136,7 +4136,7 @@
 					//	 "iVB..."
 					//	 "iVB..."
 					if ( propName === 'Content' && propValue === ',' ) {
 					if ( propName === 'Content' && propValue === ',' ) {
 
 
-            propValue = split[ ++ lineNum ].replace( /"/g, '' ).replace( /,$/, '' ).trim();
+						propValue = split[ ++ lineNum ].replace( /"/g, '' ).replace( /,$/, '' ).trim();
 
 
 					}
 					}