Docstrings: second parameter for map.fitBounds is optional
This commit is contained in:
parent
d760505483
commit
1f4c1b9c0f
@ -255,7 +255,7 @@ L.Map = L.Evented.extend({
|
||||
};
|
||||
},
|
||||
|
||||
// @method fitBounds(bounds: LatLngBounds, options: fitBounds options): this
|
||||
// @method fitBounds(bounds: LatLngBounds, options?: fitBounds options): this
|
||||
// Sets a map view that contains the given geographical bounds with the
|
||||
// maximum zoom level possible.
|
||||
fitBounds: function (bounds, options) {
|
||||
|
Loading…
Reference in New Issue
Block a user