Remove include of Mixin.Events

The Events mixin has been replaced by inherting from Evented and
the Layer class already inherits from that.
This commit is contained in:
Tom Hughes 2018-05-27 20:33:54 +01:00
parent 17981cf472
commit fb53e2af4c

View file

@ -91,8 +91,6 @@ L.Control.ButtonContainer = L.Control.extend({
});
L.LocationFilter = L.Layer.extend({
includes: L.Mixin.Events,
options: {
enableButton: {
enableText: "Select area",