correct docstring default value for L.ImageOverlay interactive (#4425)

Was true, should be false.
This commit is contained in:
Nathan Cahill 2016-04-14 11:39:42 -06:00 committed by Yohan Boniface
parent d1ab25fc3d
commit 1db460ab2b

View File

@ -25,7 +25,7 @@ L.ImageOverlay = L.Layer.extend({
// Text for the `alt` attribute of the image (useful for accessibility).
alt: '',
// @option interactive: Boolean = true
// @option interactive: Boolean = false
// If `true`, the image overlay will emit mouse events when clicked or hovered.
interactive: false,