From ad3cd3d4347ff68fc0153e5380b31a844620259e Mon Sep 17 00:00:00 2001 From: Richard Roylance Date: Thu, 1 Jun 2017 14:35:49 -0400 Subject: [PATCH] Update dat gui for v0.6.5 (#16900) * Updated dat-gui for v0.6.5 * minor style change * Updated version syntax * - Re-ordered definintions by: to be before defintions: --- types/dat-gui/index.d.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/types/dat-gui/index.d.ts b/types/dat-gui/index.d.ts index 32b2083542..3cf4883fd8 100644 --- a/types/dat-gui/index.d.ts +++ b/types/dat-gui/index.d.ts @@ -1,7 +1,8 @@ -// Type definitions for dat.GUI v0.6.1 +// Type definitions for dat.GUI 0.6 // Project: https://github.com/dataarts/dat.gui -// Definitions by: Satoru Kimura , ZongJing Lu +// Definitions by: Satoru Kimura , ZongJing Lu , Richard Roylance // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + export as namespace dat; export class GUI { @@ -57,6 +58,7 @@ export class GUI { export interface GUIParams{ autoPlace?: boolean; closed?: boolean; + closeOnTop?: boolean; load?: any; name?: string; preset?: string;