Browse Source

Merge branch 'patch-1' of https://github.com/frewsxcv/three.js into dev

Mr.doob 11 years ago
parent
commit
afb2101eb9
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() {
 
-				var i, material, container;
+				var i, container;
 
 				container = document.createElement( 'div' );
 				document.body.appendChild( container );