This variable is set in map.addLayer, not within the layer itself, so this comment is not correct.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@239 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-05-21 18:30:08 +00:00
parent 7249f61930
commit d295e5a892

View File

@@ -8,7 +8,6 @@ OpenLayers.Layer.prototype = {
// DOMElement
div: null,
// HACK HACK -- this member variable never gets set!
// OpenLayers.Map
map: null,