Browse Source

BufferGeometryUtils: Fix whitespace.

Don McCurdy 7 years ago
parent
commit
bf4968b91a
1 changed files with 1 additions and 1 deletions
  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 ) {