diff options
author | Silvio <silvio@socioambiental.org> | 2014-08-04 15:50:15 -0300 |
---|---|---|
committer | Silvio <silvio@socioambiental.org> | 2014-08-04 15:50:15 -0300 |
commit | bf2763538b807e54e1ed45ba79cee5a95cbccba9 (patch) | |
tree | fedcc0091e010d51418914b016517854e9a18e42 | |
parent | 4de7ab74aa44ffcd49bf62e118ba709d731cba6d (diff) | |
download | gmap_arcgis_js-bf2763538b807e54e1ed45ba79cee5a95cbccba9.tar.gz gmap_arcgis_js-bf2763538b807e54e1ed45ba79cee5a95cbccba9.tar.bz2 |
Cleanup
-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 2127e4e..da57403 100644 --- a/gmap_arcgis.js +++ b/gmap_arcgis.js @@ -614,7 +614,6 @@ function gmapArcgis(config) { // Show a polygon resulting from the given query in multiple layers showPolygonFromQueryMultiple: function (params, name, layers) { var self = this; - var max = 2; var where = params.where; // Format where clause for ajax request |