kajic / leaflet-locationfilter

Leaflet location filter
MIT License
56 stars 38 forks source link

Use L.Util.extend rather than $.extend #5

Closed jfirebaugh closed 12 years ago

jfirebaugh commented 12 years ago

This removes the jQuery dependency. Also, both uses pass a local variable or temporary as the destination, so do not require an empty object as the first argument.