diff options
-rw-r--r-- | gmap_arcgis.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gmap_arcgis.js b/gmap_arcgis.js index 7883b22..dcba39e 100644 --- a/gmap_arcgis.js +++ b/gmap_arcgis.js @@ -7,7 +7,6 @@ function gmapArcgis(config) { * See https://code.google.com/p/google-maps-extensions/source/browse/google.maps.Polygon.getBounds.js */ if (!google.maps.Polygon.prototype.getBounds) { - google.maps.Polygon.prototype.getBounds = function(latLng) { var bounds = new google.maps.LatLngBounds(); |