three: Fix a couple typos (#9348)

This commit is contained in:
Elisée Maurer
2016-05-17 08:53:51 +02:00
committed by Masahiro Wakame
parent b76dd8a7f9
commit 74c1ffbba4

4
threejs/three.d.ts vendored
View File

@@ -3147,7 +3147,7 @@ declare namespace THREE {
onChange(callback: Function): void;
static RotationOrders: string[];
static DefautlOrder: string;
static DefaultOrder: string;
}
/**
@@ -6002,7 +6002,7 @@ declare namespace THREE {
}
// Extras / Geomerties /////////////////////////////////////////////////////////////////////
// Extras / Geometries /////////////////////////////////////////////////////////////////////
export class BoxBufferGeometry extends BufferGeometry {
constructor(width: number, height: number, depth: number, widthSegments?: number, heightSegments?: number, depthSegments?: number);