Skip to content

Commit

Permalink
Removing // from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Jan 27, 2016
1 parent 3eda200 commit a229538
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions js/example_02_a.geojson
Expand Up @@ -12,5 +12,4 @@
]
]
}
//...
}
}
3 changes: 1 addition & 2 deletions js/example_02_b.geojson
Expand Up @@ -2,6 +2,5 @@
"type": "FeatureCollection",
"bbox": [100.0, 0.0, 105.0, 1.0],
"features": [
//...
]
}
}
3 changes: 1 addition & 2 deletions js/example_02_c.geojson
Expand Up @@ -8,5 +8,4 @@
[170, 11]
]
}
//...
}
}

0 comments on commit a229538

Please sign in to comment.