浏览代码

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() } 
 		get: function() { return this.createUvProxies() } 
 	},
 	},
 	// TODO - fill in additional proxies:
 	// TODO - fill in additional proxies:
-  // - colors
-  // - morphColors
-  // - morphNormals
-  // - morphTargets
-  // - skinIndex
-  // - skinWeights
+	// - colors
+	// - morphColors
+	// - morphNormals
+	// - morphTargets
+	// - skinIndex
+	// - skinWeights
 });
 });
 
 
 THREE.Geometry99.prototype.createVertexProxies = function() {
 THREE.Geometry99.prototype.createVertexProxies = function() {