Skip to content

Commit

Permalink
Merge pull request openlayers#7725 from fredj/double_comment
Browse files Browse the repository at this point in the history
Remove extra comment
  • Loading branch information
fredj committed Jan 19, 2018
2 parents d6e6055 + 964c984 commit d6b49d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/resources/mapbox-streets-v6-style.js
@@ -1,9 +1,6 @@
// Styles for the mapbox-streets-v6 vector tile data set. Loosely based on
// http://a.tiles.mapbox.com/v4/mapbox.mapbox-streets-v6.json

// Styles for the mapbox-streets-v6 vector tile data set. Loosely based on
// http://a.tiles.mapbox.com/v4/mapbox.mapbox-streets-v6.json

function createMapboxStreetsV6Style(Style, Fill, Stroke, Icon, Text) {
var fill = new Fill({color: ''});
var stroke = new Stroke({color: '', width: 1});
Expand Down

0 comments on commit d6b49d6

Please sign in to comment.