Skip to content

Commit

Permalink
Patch leaflet-locationfilter for leaflet 1.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Sep 29, 2016
1 parent f4a4632 commit 1084d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/assets/leaflet/leaflet.locationfilter.js
Expand Up @@ -90,7 +90,7 @@ L.Control.ButtonContainer = L.Control.extend({
}
});

L.LocationFilter = L.Class.extend({
L.LocationFilter = L.Layer.extend({
includes: L.Mixin.Events,

options: {
Expand Down

0 comments on commit 1084d07

Please sign in to comment.