Typo in labelPane docstring

This commit is contained in:
Yohan Boniface 2016-07-08 11:37:01 +02:00
parent fe3649f032
commit a6529d0ddf

View File

@ -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