Fix typos
@@ -2049,7 +2049,7 @@ THREE.GLTFLoader = ( function () {
} else {
- console.warn( "WARNING: joint: ''" + jointId + "' could not be found" );
+ console.warn( "WARNING: joint: '" + jointId + "' could not be found" );
}
@@ -64,7 +64,7 @@ function Skeleton( bones, boneInverses, useVertexTexture ) {
- console.warn( 'THREE.Skeleton bonInverses is the wrong length.' );
+ console.warn( 'THREE.Skeleton boneInverses is the wrong length.' );
this.boneInverses = [];