Removed trailing comma (breaking strict es6 build)
@@ -207,7 +207,7 @@ Object.assign( BufferAttribute.prototype, {
_vector2.fromBufferAttribute( this, i );
_vector2.applyMatrix3( m );
- this.setXY( i, _vector2.x, _vector2.y, );
+ this.setXY( i, _vector2.x, _vector2.y );
}