Explorar o código

Fix unused baseDir

Tristan VALCKE %!s(int64=7) %!d(string=hai) anos
pai
achega
cf35b7121f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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 );