ソースを参照

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;
 			return textureCube;
 
 
-		}()
+		}();
 
 
 		window.addEventListener( 'load', init );
 		window.addEventListener( 'load', init );