Explorar o código

add semicolon

SUNAG %!s(int64=9) %!d(string=hai) anos
pai
achega
667be893fb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 );