forked from Snck3rs/contao-leaflet-maps
Drop Events mixin by extending L.Evented so that deprecated warning is not visible anymore in browser console.
This commit is contained in:
@@ -3,9 +3,7 @@
|
||||
*
|
||||
* This class provides some helpers for loading layer data manages maps and map objects.
|
||||
*/
|
||||
L.Contao = L.Class.extend({
|
||||
includes: L.Mixin.Events,
|
||||
|
||||
L.Contao = L.Evented.extend({
|
||||
statics: {
|
||||
/**
|
||||
* Contao extension attribution.
|
||||
|
||||
Reference in New Issue
Block a user