Просмотр исходного кода

Removing uuid from the BufferAttribute typings, since BufferAttribute
doesn't have a uuid...

Mathew Schofield 6 лет назад
Родитель
Сommit
e7928d4054
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/core/BufferAttribute.d.ts

+ 0 - 1
src/core/BufferAttribute.d.ts

@@ -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;