Skip to content

Commit

Permalink
remove JSDoc setFullscreen parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Stassi committed Nov 12, 2024
1 parent bb22034 commit d052f20
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions public/script/leaflet-fullscreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ function isFullscreen(map) {
return map._isFullscreen || false
}

/**
* @param {*} map
* @param {boolean} isFullscreen
*/
function setFullscreen(map, isFullscreen) {
map._isFullscreen = isFullscreen
const container = map.getContainer()
Expand Down

0 comments on commit d052f20

Please sign in to comment.