Merge pull request #4768 from Jimexist/patch-4

PathOptions.pointerEvents
This commit is contained in:
Masahiro Wakame
2015-07-03 21:05:57 +09:00
+1 -1
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.