浏览代码

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

Mr.doob 11 年之前
父节点
当前提交
afb2101eb9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 );