Allow SVG Path click propogation. Fixes #834

This commit is contained in:
danzel 2012-10-04 09:59:37 +13:00
parent 1f142c003d
commit 28f067ce73

View File

@ -112,8 +112,6 @@ L.Path = L.Path.extend({
} }
this._fireMouseEvent(e); this._fireMouseEvent(e);
L.DomEvent.stopPropagation(e);
}, },
_fireMouseEvent: function (e) { _fireMouseEvent: function (e) {