Changeset 6752
- Timestamp:
- 04/01/08 07:00:45 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/openlayers/2.6/lib/OpenLayers/Popup/FramedCloud.js
r6734 r6752 28 28 */ 29 29 panMapIfOutOfView: true, 30 31 /**32 * Property: imageSrc33 * {String}34 */35 imageSrc: null,36 30 37 31 /** … … 215 209 closeBoxCallback) { 216 210 211 this.imageSrc = OpenLayers.Util.getImagesLocation() + 'cloud-popup-relative.png'; 217 212 OpenLayers.Popup.Framed.prototype.initialize.apply(this, arguments); 218 213 this.contentDiv.className = "olFramedCloudPopupContent"; 219 this.imageSrc = OpenLayers.Util.getImagesLocation() + 'cloud-popup-relative.png';220 214 }, 221 215
