Ver código fonte

Add missing semicolons and remove unecessary comma from MMDPhysics

Tristan Valcke 8 anos atrás
pai
commit
ef56ae47d5
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      examples/js/animation/MMDPhysics.js

+ 3 - 3
examples/js/animation/MMDPhysics.js

@@ -634,7 +634,7 @@ THREE.MMDPhysics.ResourceHelper.prototype = {
 		q.setW( w );
 		return q;
 
-	},
+	}
 
 };
 
@@ -678,7 +678,7 @@ THREE.MMDPhysics.RigidBody.prototype = {
 
 			}
 
-		};
+		}
 
 		var helper = this.helper;
 		var params = this.params;
@@ -871,7 +871,7 @@ THREE.MMDPhysics.RigidBody.prototype = {
 
 		thQ.set( q.x(), q.y(), q.z(), q.w() );
 		thQ2.setFromRotationMatrix( this.bone.matrixWorld );
-		thQ2.conjugate()
+		thQ2.conjugate();
 		thQ2.multiply( thQ );
 
 		//this.bone.quaternion.multiply( thQ2 );