Browse Source

Remove unused variable in example

Corey Farwell 11 years ago
parent
commit
1fbe53e84d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_lines_cubes.html

+ 1 - 1
examples/webgl_lines_cubes.html

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