From a6529d0ddf72cf47f8e72d44b7546f3438182077 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 8 Jul 2016 11:37:01 +0200 Subject: [PATCH] Typo in labelPane docstring --- src/map/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/Map.js b/src/map/Map.js index c4a511ff..17c464d5 100644 --- a/src/map/Map.js +++ b/src/map/Map.js @@ -776,7 +776,7 @@ L.Map = L.Evented.extend({ // @pane markerPane: HTMLElement = 600 // Pane for `Icon`s of `Marker`s this.createPane('markerPane'); - // @pane labelPane: HTMLElement = 7 + // @pane labelPane: HTMLElement = 700 // Pane for labels. this.createPane('labelPane'); // @pane popupPane: HTMLElement = 700