瀏覽代碼

Fix format

Temdog007 6 年之前
父節點
當前提交
bbb1105c01
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/core/BufferAttribute.js

+ 2 - 1
src/core/BufferAttribute.js

@@ -321,7 +321,7 @@ Object.assign( BufferAttribute.prototype, {
 
 
 	},
 	},
 
 
-	toJSON: function() {
+	toJSON: function () {
 
 
 		return {
 		return {
 			itemSize: this.itemSize,
 			itemSize: this.itemSize,
@@ -329,6 +329,7 @@ Object.assign( BufferAttribute.prototype, {
 			array: Array.prototype.slice.call( this.array ),
 			array: Array.prototype.slice.call( this.array ),
 			normalized: this.normalized
 			normalized: this.normalized
 		};
 		};
+
 	}
 	}
 
 
 } );
 } );