Procházet zdrojové kódy

GLTFExporter: Whitespace cleanup.

Don McCurdy před 7 roky
rodič
revize
9de524c4a9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      examples/js/exporters/GLTFExporter.js

+ 1 - 1
examples/js/exporters/GLTFExporter.js

@@ -352,7 +352,7 @@ THREE.GLTFExporter.prototype = {
 		 * @param {Blob} blob
 		 * @return {Promise<Integer>}
 		 */
-		function processBufferViewImage ( blob ) {
+		function processBufferViewImage( blob ) {
 
 			if ( ! outputJSON.bufferViews ) {