Skip to content

Commit

Permalink
formating
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclingbyte committed Aug 26, 2024
1 parent a408a6c commit 43ef7c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/leaflet-sidepanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,3 @@ L.control.sidepanel = function (
): SidePanel {
return new SidePanel(id, options);
};


4 changes: 2 additions & 2 deletions src/types/leaflet-sidepanel.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ declare module 'leaflet' {
startTab?: number | string;
onTabClick?: (tabLink: HTMLElement) => void;
}

namespace Control {
class SidePanel extends L.Control {
constructor(id: string, options?: SidePanelOptions);
Expand All @@ -29,4 +29,4 @@ declare module 'leaflet' {
options?: SidePanelOptions
): Control.SidePanel;
}
}
}

0 comments on commit 43ef7c4

Please sign in to comment.