From b79607e1db952b62b7607a291c99fec531595910 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 9 Jan 2007 19:28:44 +0000 Subject: [PATCH] rolling back that previous bad commit git-svn-id: http://svn.openlayers.org/trunk/openlayers@2130 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Marker/Box.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/OpenLayers/Marker/Box.js b/lib/OpenLayers/Marker/Box.js index 2f4f4f88e1..412c875cbd 100644 --- a/lib/OpenLayers/Marker/Box.js +++ b/lib/OpenLayers/Marker/Box.js @@ -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