From c6103d54a51f8e6a36fccf9c6970f0c1679613aa Mon Sep 17 00:00:00 2001 From: Silvio Date: Tue, 18 Nov 2014 18:50:16 -0200 Subject: Coding style --- gmap_arcgis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gmap_arcgis.js b/gmap_arcgis.js index 6d1d3f5..75add00 100644 --- a/gmap_arcgis.js +++ b/gmap_arcgis.js @@ -321,7 +321,7 @@ function gmapArcgis(config) { returnGeometry: true, geometry: (this.config['markers'][element].bounds != undefined) ? this.config['markers'][element].bounds : undefined, where: (this.config['markers'][element].where != undefined) ? this.config['markers'][element].where : '1=1', - outFields: this.config['markers'][element].fields, + outFields: this.config['markers'][element].fields, }; var layer = new gmaps.ags.Layer(this.config['markers'][element].uri); -- cgit v1.2.3