Ver Fonte

Updated builds.

Mr.doob há 7 anos atrás
pai
commit
f184feaf53
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      build/three.js
  2. 1 1
      build/three.module.js

+ 1 - 1
build/three.js

@@ -37941,7 +37941,7 @@
 
 
 		},
 		},
 
 
-		load: function load( url, onLoad, onProgress, onError ) {
+		load: function ( url, onLoad, onProgress, onError ) {
 
 
 			if ( url === undefined ) url = '';
 			if ( url === undefined ) url = '';
 
 

+ 1 - 1
build/three.module.js

@@ -37935,7 +37935,7 @@ ImageBitmapLoader.prototype = {
 
 
 	},
 	},
 
 
-	load: function load( url, onLoad, onProgress, onError ) {
+	load: function ( url, onLoad, onProgress, onError ) {
 
 
 		if ( url === undefined ) url = '';
 		if ( url === undefined ) url = '';