Changeset 1523
- Timestamp:
- 10/02/06 12:06: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
r1424 r1523 25 25 this.bounds = bounds; 26 26 this.div = OpenLayers.Util.createDiv(); 27 this.div.style.overflow = 'hidden'; 27 28 this.events = new OpenLayers.Events(this, this.div, null); 28 29 this.setBorder(borderColor, borderWidth);
