Explorar o código

VRMLLoader: Fixed console typo.

Mr.doob %!s(int64=12) %!d(string=hai) anos
pai
achega
66d3825797
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/js/loaders/VRMLLoader.js

+ 1 - 1
examples/js/loaders/VRMLLoader.js

@@ -49,7 +49,7 @@ THREE.VRMLLoader.prototype = {
 
 		var parseV1 = function ( lines, scene ) {
 
-			console.wrn( 'VRML V1.0 not supported yet' );
+			console.warn( 'VRML V1.0 not supported yet' );
 
 		};