took out gdatareverse

This commit is contained in:
jllord 2013-05-27 20:49:02 -07:00
parent 1dc80ed524
commit bf80daf077
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@
//})
function highlightLastMarker(geoJSON, highlightColor) {
geoJSON.reverse()[0].properties["marker-color"] = highlightColor
geoJSON[0].properties["marker-color"] = highlightColor
return geoJSON
}