Sfoglia il codice sorgente

Adhere to mrdoob's white-space conventions

Andrey Kaipov 9 anni fa
parent
commit
cec75f95da
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      examples/js/loaders/OBJLoader.js

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

@@ -306,7 +306,7 @@ THREE.OBJLoader.prototype = {
 				// or
 				// or
 				// g group_name
 				// g group_name
 
 
-				var name = result[ 0 ].substr(1).trim();
+				var name = result[ 0 ].substr( 1 ).trim();
 
 
 				if ( foundObjects === false ) {
 				if ( foundObjects === false ) {