Browse Source

Remove unnecessary comma in webgl_camera_logarithmicdepthbuffer

Tristan Valcke 8 years ago
parent
commit
9c20376e3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_camera_logarithmicdepthbuffer.html

+ 1 - 1
examples/webgl_camera_logarithmicdepthbuffer.html

@@ -205,7 +205,7 @@
 					var labelgeo = new THREE.TextGeometry( labeldata[i].label, {
 						font: font,
 						size: labeldata[i].size,
-						height: labeldata[i].size / 2,
+						height: labeldata[i].size / 2
 					} );
 
 					labelgeo.computeBoundingSphere();