fix trailing comma

This commit is contained in:
Nils Schneider 2012-06-08 01:22:04 +02:00
parent 5ac77b9411
commit 690a237178

View file

@ -128,7 +128,7 @@ function show_node_info(d) {
lat: d.geo[0],
lng: d.geo[1],
markers: [
{lat: d.geo[0], lng: d.geo[1]},
{lat: d.geo[0], lng: d.geo[1]}
]
})