Removed apparently unnecessary call to map.event.attachToElement().

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1337 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Schuyler Erle
2006-08-23 19:53:20 +00:00
parent 87c30e9e4e
commit 2871b2c38c

View File

@@ -60,7 +60,6 @@ OpenLayers.Layer.EventPane.prototype =
} else {
this.map.layerContainerDiv.appendChild(this.pane);
}
this.map.events.attachToElement(this.pane);
},
/**