Explorar o código

Remove unused variable in example

Corey Farwell %!s(int64=11) %!d(string=hai) anos
pai
achega
1fbe53e84d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/webgl_lines_cubes.html

+ 1 - 1
examples/webgl_lines_cubes.html

@@ -67,7 +67,7 @@
 
 			function init() {
 
-				var i, material, container;
+				var i, container;
 
 				container = document.createElement( 'div' );
 				document.body.appendChild( container );