diff --git a/app.js b/app.js index 9765861..5854de8 100644 --- a/app.js +++ b/app.js @@ -9,7 +9,7 @@ var worldProjection = d3.geoEquirectangular(); d3.select('svg').selectAll('path') .data(map_json.features) - .enter() + .enter() .append('path') .attr('fill', '#099'); diff --git a/index-v7.html b/index-v7.html index ae3d844..4ea0f21 100644 --- a/index-v7.html +++ b/index-v7.html @@ -10,14 +10,13 @@ path { +