From 6fdc0f4f96d5d8ebfeb1ccbe3905b6bdb0c5b0d4 Mon Sep 17 00:00:00 2001 From: tmyler <33456246+tmyler@users.noreply.github.com> Date: Mon, 25 Jun 2018 15:45:38 +0100 Subject: [PATCH] Updating deprecated L.Mixin.Events reference --- src/locationfilter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locationfilter.js b/src/locationfilter.js index d120adc..2e2e1ad 100644 --- a/src/locationfilter.js +++ b/src/locationfilter.js @@ -91,7 +91,7 @@ L.Control.ButtonContainer = L.Control.extend({ }); L.LocationFilter = L.Class.extend({ - includes: L.Mixin.Events, + includes: L.Evented, options: { enableButton: {