From c09f83a1fb0c2b3ca04d7db1276ca87888d53840 Mon Sep 17 00:00:00 2001 From: Nathan Cahill Date: Fri, 15 Apr 2016 11:14:13 -0600 Subject: [PATCH] fix autoPanPadding typo in docstring (#4445) --- src/layer/Popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layer/Popup.js b/src/layer/Popup.js index 4532ae4f..2f046ad9 100644 --- a/src/layer/Popup.js +++ b/src/layer/Popup.js @@ -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,