markers are no longer supposed to have associated data

git-svn-id: http://svn.openlayers.org/trunk/openlayers@297 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-23 19:08:00 +00:00
parent c10fdec8e7
commit 163e0a8419

View File

@@ -11,10 +11,6 @@ OpenLayers.Marker.prototype = {
* @type OpenLayers.LonLat */
lonlat: null,
/** the data object associated with the marker
* @type Object */
data: null,
/** @type OpenLayers.Events*/
events: null,