Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgryan committed May 9, 2024
1 parent a3e75a6 commit d0b556d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/l-marker.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class LMarker extends HTMLElement {
this.addEventListener("icon:add", (ev) => {
ev.stopPropagation();
this.layer.setIcon(ev.detail.icon);
})
});
}

connectedCallback() {
Expand Down

0 comments on commit d0b556d

Please sign in to comment.