Explorar o código

Fix unused param line

Tristan VALCKE %!s(int64=7) %!d(string=hai) anos
pai
achega
be58df1b0f
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      examples/js/loaders/XLoader.js

+ 3 - 3
examples/js/loaders/XLoader.js

@@ -601,7 +601,7 @@ THREE.XLoader.prototype = {
 
 
 	},
 	},
 
 
-	endElement: function ( line ) {
+	endElement: function () {
 
 
 		var scope = this;
 		var scope = this;
 		if ( scope.nowReadMode == THREE.XLoader.XfileLoadMode.Mesh ) {
 		if ( scope.nowReadMode == THREE.XLoader.XfileLoadMode.Mesh ) {
@@ -753,7 +753,7 @@ THREE.XLoader.prototype = {
 
 
 	},
 	},
 
 
-	beginMeshNormal: function ( line ) {
+	beginMeshNormal: function () {
 
 
 		var scope = this;
 		var scope = this;
 		scope.nowReadMode = THREE.XLoader.XfileLoadMode.Normal_V_init;
 		scope.nowReadMode = THREE.XLoader.XfileLoadMode.Normal_V_init;
@@ -1000,7 +1000,7 @@ THREE.XLoader.prototype = {
 
 
 	},
 	},
 
 
-	readBoneInit: function ( line ) {
+	readBoneInit: function () {
 
 
 		var scope = this;
 		var scope = this;
 		scope.nowReadMode = THREE.XLoader.XfileLoadMode.Weit_init;
 		scope.nowReadMode = THREE.XLoader.XfileLoadMode.Weit_init;