Browse Source

add semicolon

SUNAG 9 năm trước cách đây
mục cha
commit
667be893fb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 );