PathOptions.pointerEvents

PathOptions.pointerEvents should be string instead of boolean, see http://leafletjs.com/reference.html#path-pointerevents and https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events
This commit is contained in:
Jiayu Liu 2015-06-29 17:07:07 -07:00
parent 6f04d25ad3
commit 3178b58f3b

View File

@ -3278,7 +3278,7 @@ declare module L {
/**
* Sets the pointer-events attribute on the path if SVG backend is used.
*/
pointerEvents?: boolean;
pointerEvents?: string;
/**
* Custom class name set on an element.