Browse Source

add semicolon

SUNAG 9 years ago
parent
commit
667be893fb
1 changed files with 1 additions and 1 deletions
  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 );