Browse Source

GLTFExporter: Whitespace cleanup.

Don McCurdy 7 years ago
parent
commit
9de524c4a9
1 changed files with 1 additions and 1 deletions
  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
 		 * @param {Blob} blob
 		 * @return {Promise<Integer>}
 		 * @return {Promise<Integer>}
 		 */
 		 */
-		function processBufferViewImage ( blob ) {
+		function processBufferViewImage( blob ) {
 
 
 			if ( ! outputJSON.bufferViews ) {
 			if ( ! outputJSON.bufferViews ) {