fix autoPanPadding typo in docstring (#4445)

This commit is contained in:
Nathan Cahill 2016-04-15 11:14:13 -06:00 committed by Yohan Boniface
parent c10f405a11
commit c09f83a1fb

View File

@ -63,7 +63,7 @@ L.Popup = L.Layer.extend({
// view after autopanning was performed.
autoPanPaddingTopLeft: null,
// @option autoPanPaddingTopLeft: Point = null
// @option autoPanPaddingBottomRight: Point = null
// The margin between the popup and the bottom right corner of the map
// view after autopanning was performed.
autoPanPaddingBottomRight: null,