give marker back its data member

git-svn-id: http://svn.openlayers.org/trunk/openlayers@366 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-25 17:18:03 +00:00
parent dda9d167af
commit e251d93d6d

View File

@@ -17,6 +17,9 @@ OpenLayers.Marker.prototype = {
/** @type OpenLayers.Map */
map: null,
/** @type Object */
data: null,
/** @type DOMElement */
image: null,