Procházet zdrojové kódy

BufferGeometryUtils: Fix whitespace.

Don McCurdy před 7 roky
rodič
revize
bf4968b91a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      examples/js/BufferGeometryUtils.js

+ 1 - 1
examples/js/BufferGeometryUtils.js

@@ -185,7 +185,7 @@ THREE.BufferGeometryUtils = {
 	},
 
 	/**
-	 * @param  {Array<THREE.BufferAttribute>} attributes
+	 * @param {Array<THREE.BufferAttribute>} attributes
 	 * @return {THREE.BufferAttribute}
 	 */
 	mergeBufferAttributes: function ( attributes ) {