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:
@@ -11,10 +11,6 @@ OpenLayers.Marker.prototype = {
|
|||||||
* @type OpenLayers.LonLat */
|
* @type OpenLayers.LonLat */
|
||||||
lonlat: null,
|
lonlat: null,
|
||||||
|
|
||||||
/** the data object associated with the marker
|
|
||||||
* @type Object */
|
|
||||||
data: null,
|
|
||||||
|
|
||||||
/** @type OpenLayers.Events*/
|
/** @type OpenLayers.Events*/
|
||||||
events: null,
|
events: null,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user