From e7928d40549ab3fee8e1c199303363d63085cbd8 Mon Sep 17 00:00:00 2001 From: Mathew Schofield Date: Fri, 12 Jul 2019 10:47:09 +1000 Subject: [PATCH] Removing uuid from the BufferAttribute typings, since BufferAttribute doesn't have a uuid... --- src/core/BufferAttribute.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/BufferAttribute.d.ts b/src/core/BufferAttribute.d.ts index 3ce40b9b59e6b4..c01514c7bcf4c2 100644 --- a/src/core/BufferAttribute.d.ts +++ b/src/core/BufferAttribute.d.ts @@ -5,7 +5,6 @@ export class BufferAttribute { constructor( array: ArrayLike, itemSize: number, normalized?: boolean ); // array parameter should be TypedArray. - uuid: string; name: string; array: ArrayLike; itemSize: number;