Skip to content

Commit

Permalink
codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
ddrury committed Feb 10, 2022
1 parent b1b6e76 commit 711b632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/webtrees.js
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@
let featureLayer = new L.LayerGroup();
let overlaysTree = null;
if (polylines !== undefined && polylines.length) {
polylines.forEach(function (line) {
polylines.forEach((line) => {
featureLayer.addLayer(L.polyline(line.points, line.options));
});

Expand Down

0 comments on commit 711b632

Please sign in to comment.