Browse Source

Fix unused scope

Tristan VALCKE 7 years ago
parent
commit
2ec3df1ff6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/js/loaders/XLoader.js

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

@@ -373,7 +373,6 @@ THREE.XLoader.prototype = {
 
 	getPlaneStr: function ( _str ) {
 
-		var scope = this;
 		var firstDbl = _str.indexOf( '"' ) + 1;
 		var dbl2 = _str.indexOf( '"', firstDbl );
 		return _str.substr( firstDbl, dbl2 - firstDbl );