mapbox / mapbox.js

Mapbox JavaScript API, a Leaflet Plugin
mapbox.com/mapbox.js/
Other
1.92k stars 386 forks source link

Replace `L.Mixin.events` by `L.Evented.prototype` #1246

Closed boutils closed 5 years ago

boutils commented 6 years ago

This commits removed the deprecated warnings due to L.Mixin.events. Note that Leaflet fixed others deprecated warnings on their master branch, but did not push a release yet.