diff options
author | Silvio <silvio@socioambiental.org> | 2013-04-23 15:15:07 -0300 |
---|---|---|
committer | Silvio <silvio@socioambiental.org> | 2013-04-23 15:15:07 -0300 |
commit | ca61110b30065c5b1902eab52c2cc027107a84b4 (patch) | |
tree | 003be17d7e05765e3a3d6fa8322279bab99984ea | |
parent | dc16c38b70a831bf9631cf1d769f684e3442b7d0 (diff) | |
download | gmap_arcgis_js-ca61110b30065c5b1902eab52c2cc027107a84b4.tar.gz gmap_arcgis_js-ca61110b30065c5b1902eab52c2cc027107a84b4.tar.bz2 |
Typo
-rw-r--r-- | gmap_arcgis.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gmap_arcgis.js b/gmap_arcgis.js index f1f7815..ededb2d 100644 --- a/gmap_arcgis.js +++ b/gmap_arcgis.js @@ -463,7 +463,7 @@ function gmapArcgis(config) { return 0; }, - // Show a polygong resulting from the given query + // Show a polygon resulting from the given query showPolygonFromQuery: function(params) { var self = this; var layer = new gmaps.ags.Layer(params.uri); |