Skip to content

Commit 5561290

Browse files
committed
lint
1 parent 0f53fe0 commit 5561290

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

js/ide.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,9 @@ class IDE {
527527
maxNativeZoom: 19,
528528
maxZoom: ide.map.options.maxZoom
529529
});
530-
const attribControl = ide.attribControl = new L.Control.Attribution({position: "bottomright"});
530+
const attribControl = (ide.attribControl = new L.Control.Attribution({
531+
position: "bottomright"
532+
}));
531533
attribControl.addAttribution(tilesAttrib);
532534
attribControl.addTo(ide.map);
533535
const pos = new L.LatLng(settings.coords_lat, settings.coords_lon);

0 commit comments

Comments
 (0)