浏览代码

Fix unused baseDir

Tristan VALCKE 7 年之前
父节点
当前提交
cf35b7121f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      examples/js/loaders/XLoader.js

+ 0 - 1
examples/js/loaders/XLoader.js

@@ -175,7 +175,6 @@ THREE.XLoader.prototype = {
 	parseASCII: function () {
 
 		var scope = this;
-		var baseDir = "";
 		if ( scope.url.lastIndexOf( "/" ) > 0 ) {
 
 			scope.baseDir = scope.url.substr( 0, scope.url.lastIndexOf( "/" ) + 1 );