From fb793e7c4c5dd290118197fa9e49553ac98faab2 Mon Sep 17 00:00:00 2001 From: paul fisher Date: Wed, 7 Nov 2018 21:23:07 -0500 Subject: [PATCH] : Fully specify LatLng type name. In google-map-poly.html, the LatLng type name was incorrectly specified without its namespace, leaving it technically as an unmatched type at the top level. This properly qualifies the name. --- google-map-poly.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/google-map-poly.html b/google-map-poly.html index 77e31ec..905c26c 100644 --- a/google-map-poly.html +++ b/google-map-poly.html @@ -49,7 +49,7 @@ * initially or when they are changed. * * @event google-map-poly-path-built - * @param {google.maps.MVCArray.} path The poly path. + * @param {google.maps.MVCArray.} path The poly path. */ /** @@ -57,7 +57,7 @@ * provided path to rebuild its list of points. * * @event google-map-poly-path-updated - * @param {google.maps.MVCArray.} path The poly path. + * @param {google.maps.MVCArray.} path The poly path. */ /** @@ -159,7 +159,7 @@ /** * An array of the Google Maps LatLng objects that define the poly shape. * - * @type google.maps.MVCArray. + * @type google.maps.MVCArray. */ path: { type: Object,