Temdog007 %!s(int64=6) %!d(string=hai) anos
pai
achega
bbb1105c01
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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 {
 			itemSize: this.itemSize,
@@ -329,6 +329,7 @@ Object.assign( BufferAttribute.prototype, {
 			array: Array.prototype.slice.call( this.array ),
 			normalized: this.normalized
 		};
+
 	}
 
 } );