소스 검색

Whitespace tweak

James Baicoianu 11 년 전
부모
커밋
df982b7907
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      src/core/Geometry99.js

+ 6 - 6
src/core/Geometry99.js

@@ -21,12 +21,12 @@ Object.defineProperties(THREE.Geometry99.prototype, {
 		get: function() { return this.createUvProxies() } 
 	},
 	// TODO - fill in additional proxies:
-  // - colors
-  // - morphColors
-  // - morphNormals
-  // - morphTargets
-  // - skinIndex
-  // - skinWeights
+	// - colors
+	// - morphColors
+	// - morphNormals
+	// - morphTargets
+	// - skinIndex
+	// - skinWeights
 });
 
 THREE.Geometry99.prototype.createVertexProxies = function() {