Leaflet / Leaflet.fullscreen

A fullscreen control for Leaflet
http://leaflet.github.io/Leaflet.fullscreen/
ISC License
436 stars 117 forks source link

Remove unused `position` option #51

Closed mathiasbynens closed 8 years ago

jfirebaugh commented 8 years ago

I don't think this is unused. Via L.Class.extend, it overrides the default L.Control value of topright. The position option is used by L.Control here.

mathiasbynens commented 8 years ago

Ah, I see now. Apologies.