瀏覽代碼

GLTFExporter: Whitespace cleanup.

Don McCurdy 7 年之前
父節點
當前提交
9de524c4a9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 ) {