humangeo / leaflet-dvf

Leaflet Data Visualization Framework
MIT License
689 stars 153 forks source link

Fixes error on DOM element removal #95

Closed battlejj closed 8 years ago

battlejj commented 8 years ago

In certain cases attempts to delete the parent node of DOM elements that did not exist. This makes sure the element exists before attempting to remove it's parent.

sfairgrieve commented 8 years ago

Thanks @battlejj