Changeset 2822
- Timestamp:
- 03/19/07 20:04:17 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Control/OverviewMap.js
r2803 r2822 112 112 this.extentRectangle.style.backgroundImage = 'url(' + 113 113 OpenLayers.Util.getImagesLocation() + 114 ' /blank.png)';114 'blank.gif)'; 115 115 this.extentRectangle.className = this.displayClass+'ExtentRectangle'; 116 116 this.mapDiv.appendChild(this.extentRectangle);
