three: Fix a couple typos (#9348)

This commit is contained in:
Elisée Maurer
2016-05-16 23:53:51 -07:00
committed by Masahiro Wakame
parent b76dd8a7f9
commit 74c1ffbba4
+2 -2
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);