Seems odd to not expose the 'markers' property on this layer. I have buyin from cr5. If anyone has vehement opinions on this, yell and i'll roll back

git-svn-id: http://svn.openlayers.org/trunk/openlayers@8764 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2009-01-24 18:12:21 +00:00
parent fc40bbaa05
commit e6b48e3dd8

View File

@@ -22,7 +22,7 @@ OpenLayers.Layer.Markers = OpenLayers.Class(OpenLayers.Layer, {
isBaseLayer: false,
/**
* Property: markers
* APIProperty: markers
* {Array(<OpenLayers.Marker>)} internal marker list
*/
markers: null,