소스 검색

BufferGeometryUtils: Fix whitespace.

Don McCurdy 7 년 전
부모
커밋
bf4968b91a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 ) {