From bf80daf077abee5ebbdf2970e231fbeba9065736 Mon Sep 17 00:00:00 2001 From: jllord Date: Mon, 27 May 2013 20:49:02 -0700 Subject: [PATCH] took out gdatareverse --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d3f56db..bdc6c23 100644 --- a/index.html +++ b/index.html @@ -149,7 +149,7 @@ //}) function highlightLastMarker(geoJSON, highlightColor) { - geoJSON.reverse()[0].properties["marker-color"] = highlightColor + geoJSON[0].properties["marker-color"] = highlightColor return geoJSON }