Skip to content

Commit

Permalink
docstrings: renamed Zoom/Pan to zoom/pan (Leaflet#5905)
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Pierrestiger authored and IvanSanchez committed Nov 10, 2017
1 parent 4a10843 commit e04bb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ export var Map = Evented.extend({
return this;
},

// @method invalidateSize(options: Zoom/Pan options): this
// @method invalidateSize(options: Zoom/pan options): this
// Checks if the map container size changed and updates the map if so —
// call it after you've changed the map size dynamically, also animating
// pan by default. If `options.pan` is `false`, panning will not occur.
Expand Down

0 comments on commit e04bb8b

Please sign in to comment.