We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd3434 commit b6e2f99Copy full SHA for b6e2f99
1 file changed
index.html
@@ -26,7 +26,6 @@
26
return Math.floor(Math.random() * (max - min + 1)) + min
27
}
28
29
-// function ready(error, us) {
30
function ready(us, error) {
31
32
let features = topojson.feature(us, us.objects.counties).features;
0 commit comments