Browse Source

Whitespace tweak

James Baicoianu 11 years ago
parent
commit
df982b7907
1 changed files with 6 additions and 6 deletions
  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() {