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:
parent
17981cf472
commit
fb53e2af4c
1 changed files with 0 additions and 2 deletions
|
@ -91,8 +91,6 @@ L.Control.ButtonContainer = L.Control.extend({
|
|||
});
|
||||
|
||||
L.LocationFilter = L.Layer.extend({
|
||||
includes: L.Mixin.Events,
|
||||
|
||||
options: {
|
||||
enableButton: {
|
||||
enableText: "Select area",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue