From bc63eb6052d8cd4c6377acc7c2ba6052e6dea1db Mon Sep 17 00:00:00 2001 From: AndreyGeonya Date: Tue, 5 Aug 2014 18:16:11 +0300 Subject: [PATCH] this commit fixes #2499 documentation --- reference.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference.html b/reference.html index c18f6469..1239091f 100644 --- a/reference.html +++ b/reference.html @@ -1336,7 +1336,7 @@ var map = L.map('map', { Icon class to use for rendering the marker. See Icon documentation for details on how to customize the marker icon. Set to new L.Icon.Default() by default. - clickable + interactive Boolean true If false, the marker will not emit mouse events and will act as a part of the underlying map. @@ -2404,7 +2404,7 @@ L.imageOverlay(imageUrl, imageBounds).addTo(map); A string that defines shape to be used at the corners of the stroke. - clickable + interactive Boolean true If false, the vector will not emit mouse events and will act as a part of the underlying map.