浏览代码

Remove unnecessary comma in BokehShader2

Tristan Valcke 8 年之前
父节点
当前提交
1ff4e4568d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/js/shaders/BokehShader2.js

+ 1 - 1
examples/js/shaders/BokehShader2.js

@@ -44,7 +44,7 @@ THREE.BokehShader = {
 		"pentagon": { value: 0 },
 
 		"shaderFocus":  { value: 1 },
-		"focusCoords":  { value: new THREE.Vector2() },
+		"focusCoords":  { value: new THREE.Vector2() }
 
 
 	},