Bladeren bron

fixed indentation

Lewy Blue 8 jaren geleden
bovenliggende
commit
3ff925c937
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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 );