@@ -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
};
+
}
} );