OpenLayers OpenLayers

Changeset 2130

Show
Ignore:
Timestamp:
01/09/07 14:28:44 (2 years ago)
Author:
tschaub
Message:

rolling back that previous bad commit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Marker/Box.js

    r2129 r2130  
    3030        this.div    = OpenLayers.Util.createDiv(); 
    3131        this.div.style.overflow = 'hidden'; 
    32         this.div.className = 'olMarkerBox'; 
    3332        this.events = new OpenLayers.Events(this, this.div, null); 
    34         //this.setBorder(borderColor, borderWidth); 
     33        this.setBorder(borderColor, borderWidth); 
    3534    }, 
    3635