瀏覽代碼

add semicolon

SUNAG 9 年之前
父節點
當前提交
667be893fb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/webgl_materials_nodes.html

+ 1 - 1
examples/webgl_materials_nodes.html

@@ -129,7 +129,7 @@
 
 			return textureCube;
 
-		}()
+		}();
 
 		window.addEventListener( 'load', init );