From 8b6348c7b2ba753de0d435961cc3b6741551faac Mon Sep 17 00:00:00 2001 From: euzuro Date: Wed, 17 May 2006 13:02:34 +0000 Subject: [PATCH] add 'data' member to Marker class git-svn-id: http://svn.openlayers.org/trunk/openlayers@89 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Marker.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/OpenLayers/Marker.js b/lib/OpenLayers/Marker.js index fbd4c75a5d..0506b4fea1 100644 --- a/lib/OpenLayers/Marker.js +++ b/lib/OpenLayers/Marker.js @@ -7,6 +7,11 @@ OpenLayers.Marker.prototype = { // latlon: {OpenLayers.LatLon} location of object latlon: null, + + /** the data object associated with the marker + * @type Object */ + data: null, + // events events: null,