فهرست منبع

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 );