From a805e58dc2a1fc30163bf44696fa2d06e78f11b6 Mon Sep 17 00:00:00 2001 From: Shrujal Shah Date: Mon, 19 Nov 2018 12:46:25 +0530 Subject: [PATCH] Add missing semicolon, Add author --- types/google.visualization/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/google.visualization/index.d.ts b/types/google.visualization/index.d.ts index 2912507e08..e5e400bc44 100644 --- a/types/google.visualization/index.d.ts +++ b/types/google.visualization/index.d.ts @@ -1,6 +1,6 @@ // Type definitions for Google Visualisation Apis // Project: https://developers.google.com/chart/ -// Definitions by: Dan Ludwig , Gregory Moore , Dan Manastireanu , Michael Cheng , Ivan Bisultanov , Gleb Mazovetskiy +// Definitions by: Dan Ludwig , Gregory Moore , Dan Manastireanu , Michael Cheng , Ivan Bisultanov , Gleb Mazovetskiy , Shrujal Shah // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare namespace google { @@ -478,7 +478,7 @@ declare namespace google { showColorCode?: boolean; textStyle?: ChartTextStyle; trigger?: string; - ignoreBounds?: boolean + ignoreBounds?: boolean; } export interface ChartBoundingBox {