diff --git a/lib/OpenLayers/Icon.js b/lib/OpenLayers/Icon.js index 07f0e2323d..9fb7c6658c 100644 --- a/lib/OpenLayers/Icon.js +++ b/lib/OpenLayers/Icon.js @@ -52,7 +52,6 @@ OpenLayers.Icon.prototype = { }, destroy: function() { - OpenLayers.Event.stopObserving(this.imageDiv.firstChild); this.imageDiv.innerHTML = ""; this.imageDiv = null; },