From af02400a935f88af2d3530b34f5f09f4f3e3cc3f Mon Sep 17 00:00:00 2001 From: DomParfitt Date: Tue, 16 Oct 2018 17:27:44 +0100 Subject: [PATCH] Fixed incorrect method name for d3-graphviz (#29775) * Initial commit * Began defining functions * Added top level exported function, options interface and Graphviz object interface * Added more definitions * Added dom lib * Added more definitions * Updated config * Added required TS version * Updated some parameters to be optional * Updated definitions per API * Fixed selection extension methods * Added module declaration * Formatting * Updated names * Re-ordered to match the API with sections * Added Engine type * Added TypeNames type * Added KeyMode type * Added more definitions and comments * Updated to use generics matching other d3 libraries * Updated arrays to be fixed size * Added documentation * Updated return type * Added some tests * Made parameter optional * Updated DOT attributes * Updated callbacks * Linting fixes * Removed unnecessary generics * Updated callbacks * Fixed incorrect method name --- types/d3-graphviz/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/d3-graphviz/index.d.ts b/types/d3-graphviz/index.d.ts index 8d703309ed..9d3dc1ac61 100644 --- a/types/d3-graphviz/index.d.ts +++ b/types/d3-graphviz/index.d.ts @@ -373,7 +373,7 @@ export interface Graphviz