Changeset 2130
- Timestamp:
- 01/09/07 14:28:44 (2 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Marker/Box.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Marker/Box.js
r2129 r2130 30 30 this.div = OpenLayers.Util.createDiv(); 31 31 this.div.style.overflow = 'hidden'; 32 this.div.className = 'olMarkerBox';33 32 this.events = new OpenLayers.Events(this, this.div, null); 34 //this.setBorder(borderColor, borderWidth);33 this.setBorder(borderColor, borderWidth); 35 34 }, 36 35
