rolling back that previous bad commit

git-svn-id: http://svn.openlayers.org/trunk/openlayers@2130 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2007-01-09 19:28:44 +00:00
parent 1c049df1b8
commit b79607e1db

View File

@@ -29,9 +29,8 @@ OpenLayers.Marker.Box.prototype =
this.bounds = bounds;
this.div = OpenLayers.Util.createDiv();
this.div.style.overflow = 'hidden';
this.div.className = 'olMarkerBox';
this.events = new OpenLayers.Events(this, this.div, null);
//this.setBorder(borderColor, borderWidth);
this.setBorder(borderColor, borderWidth);
},
/** Allow the user to change the box's color and border width