Ver código fonte

fixed indentation

Lewy Blue 8 anos atrás
pai
commit
3ff925c937
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      examples/js/loaders/FBXLoader.js

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

@@ -261,8 +261,8 @@
 
 		if ( typeof content === 'string' ) {
 
-      // ASCII format sometimes an extra character get added to the end of the content string
-      // TODO: Investigate wht the parser is adding this character
+			// ASCII format sometimes an extra character get added to the end of the content string
+			// TODO: Investigate wht the parser is adding this character
 			if ( content.slice( - 1 ) === ',' ) {
 
 				content = content.slice( 0, - 1 );