From fb53e2af4c2cb07176c54723affbf541dbac8bac Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 27 May 2018 20:33:54 +0100 Subject: [PATCH] Remove include of Mixin.Events The Events mixin has been replaced by inherting from Evented and the Layer class already inherits from that. --- vendor/assets/leaflet/leaflet.locationfilter.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/vendor/assets/leaflet/leaflet.locationfilter.js b/vendor/assets/leaflet/leaflet.locationfilter.js index 0a977ed41..64ca34712 100644 --- a/vendor/assets/leaflet/leaflet.locationfilter.js +++ b/vendor/assets/leaflet/leaflet.locationfilter.js @@ -91,8 +91,6 @@ L.Control.ButtonContainer = L.Control.extend({ }); L.LocationFilter = L.Layer.extend({ - includes: L.Mixin.Events, - options: { enableButton: { enableText: "Select area", -- 2.43.2