From d0c04131402129ba81cd9ea0b167bf5bdc6077e4 Mon Sep 17 00:00:00 2001 From: jaufgang Date: Mon, 20 Mar 2017 16:10:54 -0400 Subject: [PATCH] docs(google-map): fix syntax error (#1190) fixed syntax error caused by mismatched parentheses and braces in the description --- src/plugins/googlemap.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/googlemap.ts b/src/plugins/googlemap.ts index a315c92b9..4774ada98 100644 --- a/src/plugins/googlemap.ts +++ b/src/plugins/googlemap.ts @@ -112,7 +112,6 @@ export const GoogleMapsMapTypeId = { * marker.showInfoWindow(); * }); * } - * }); * } * ``` */