Browse Source

Remove unnecessary comma in webgl_custom_attributes

Tristan Valcke 8 years ago
parent
commit
741d9b7232
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_custom_attributes.html

+ 1 - 1
examples/webgl_custom_attributes.html

@@ -106,7 +106,7 @@
 
 				amplitude: { value: 1.0 },
 				color:     { value: new THREE.Color( 0xff2200 ) },
-				texture:   { value: new THREE.TextureLoader().load( "textures/water.jpg" ) },
+				texture:   { value: new THREE.TextureLoader().load( "textures/water.jpg" ) }
 
 			};