Changeset 2129
- Timestamp:
- 01/09/07 13:10:43 (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
r2040 r2129 30 30 this.div = OpenLayers.Util.createDiv(); 31 31 this.div.style.overflow = 'hidden'; 32 this.div.className = 'olMarkerBox'; 32 33 this.events = new OpenLayers.Events(this, this.div, null); 33 this.setBorder(borderColor, borderWidth);34 //this.setBorder(borderColor, borderWidth); 34 35 }, 35 36
