Skip to content

Commit

Permalink
Merge pull request mrdoob#17019 from mrschofield/dev
Browse files Browse the repository at this point in the history
Removing uuid from the BufferAttribute typings
  • Loading branch information
mrdoob authored Jul 12, 2019
2 parents 3dc431f + e7928d4 commit db1a7a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/BufferAttribute.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export class BufferAttribute {

constructor( array: ArrayLike<number>, itemSize: number, normalized?: boolean ); // array parameter should be TypedArray.

uuid: string;
name: string;
array: ArrayLike<number>;
itemSize: number;
Expand Down

0 comments on commit db1a7a7

Please sign in to comment.