From e4d1bfe44dd4c46d70ff9c7dfcf4c933feff27f8 Mon Sep 17 00:00:00 2001 From: Dom Parfitt Date: Mon, 15 Oct 2018 13:35:58 +0100 Subject: [PATCH] Updated return type --- 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 0646df0f3b..0ccece31cf 100644 --- a/types/d3-graphviz/index.d.ts +++ b/types/d3-graphviz/index.d.ts @@ -221,7 +221,7 @@ declare module 'd3-graphviz' { * Returns the zoom behaviour of a graph. If the zoom is disable or the graph has not * yet been rendered then returns null. */ - zoomBehavior(): ZoomBehavior | null; + zoomBehavior(): ZoomBehavior | null; /** * Returns the selection to which zoom behaviour has been applied. If zoom is disabled