docs(google-map): fix syntax error (#1190)

fixed syntax error caused by mismatched parentheses and braces in the description
This commit is contained in:
jaufgang 2017-03-20 16:10:54 -04:00 committed by Ibby Hadeed
parent 234165c294
commit d0c0413140

View File

@ -112,7 +112,6 @@ export const GoogleMapsMapTypeId = {
* marker.showInfoWindow();
* });
* }
* });
* }
* ```
*/