Index: lib/OpenLayers/Popup/FramedCloud.js
===================================================================
--- lib/OpenLayers/Popup/FramedCloud.js	(revision 6749)
+++ lib/OpenLayers/Popup/FramedCloud.js	(revision 6751)
@@ -29,12 +29,6 @@
     panMapIfOutOfView: true,
 
     /**
-     * Property: imageSrc
-     * {String}
-     */
-    imageSrc: null,
-
-    /**
      * APIProperty: imageSize
      * {<OpenLayers.Size>}
      */
@@ -214,9 +208,9 @@
     initialize:function(id, lonlat, size, contentHTML, anchor, closeBox, 
                         closeBoxCallback) {
 
+        this.imageSrc = OpenLayers.Util.getImagesLocation() + 'cloud-popup-relative.png';
         OpenLayers.Popup.Framed.prototype.initialize.apply(this, arguments);
         this.contentDiv.className = "olFramedCloudPopupContent";
-        this.imageSrc = OpenLayers.Util.getImagesLocation() + 'cloud-popup-relative.png';
     },
 
     /** 
