Skip to content

Commit

Permalink
Removed dangling comma in JS
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Nov 28, 2011
1 parent ccb2d79 commit 1f5128a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/leaflet.html
Expand Up @@ -37,7 +37,7 @@
// add a polyline
var pl = new mxn.Polyline([
latlon,
latlon2,
latlon2
]);
pl.color = '#00DD55';
map.addPolyline(pl);
Expand Down

0 comments on commit 1f5128a

Please sign in to comment.