浏览代码

Remove unused variable in example

Corey Farwell 11 年之前
父节点
当前提交
1fbe53e84d
共有 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 );