Changeset 6734
- Timestamp:
- 03/31/08 10:17:58 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Popup/FramedCloud.js
r6718 r6734 33 33 * {String} 34 34 */ 35 imageSrc: OpenLayers.Util.getImagesLocation() + 'cloud-popup-relative.png',35 imageSrc: null, 36 36 37 37 /** … … 217 217 OpenLayers.Popup.Framed.prototype.initialize.apply(this, arguments); 218 218 this.contentDiv.className = "olFramedCloudPopupContent"; 219 this.imageSrc = OpenLayers.Util.getImagesLocation() + 'cloud-popup-relative.png'; 219 220 }, 220 221
