'this'. not 'marker'... cut/copy/paste from im discussion.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@391 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-26 03:17:47 +00:00
parent ef37b10ef7
commit 1e6f88fffa

View File

@@ -44,7 +44,7 @@ OpenLayers.Marker.prototype = {
//load marker events from data
if (this.data != null && this.data.loadEvents != null) {
this.data.loadEvents(marker);
this.data.loadEvents(this);
}
},