Ver Fonte

add semicolon

SUNAG há 9 anos atrás
pai
commit
667be893fb
1 ficheiros alterados com 1 adições e 1 exclusões
  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 );