OpenLayers OpenLayers

Changeset 6681

Show
Ignore:
Timestamp:
03/28/08 21:38:40 (10 months ago)
Author:
euzuro
Message:

keep image info together

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/euzuro/pop/lib/OpenLayers/Popup/FramedCloud.js

    r6680 r6681  
    4141    imageSize: new OpenLayers.Size(676, 736), 
    4242 
     43    /** 
     44     * APIProperty: isAlphaImage 
     45     * {Boolean} The FramedCloud does not use an alpha image (in honor of the  
     46     *     good ie6 folk out there) 
     47     */ 
     48    isAlphaImage: false, 
     49 
    4350    /**  
    4451     * APIProperty: fixedRelativePosition 
     
    4653     */ 
    4754    fixedRelativePosition: false, 
    48  
    49     /** 
    50      * APIProperty: isAlphaImage 
    51      * {Boolean} The FramedCloud does not use an alpha image (in honor of the  
    52      *     good ie6 folk out there) 
    53      */ 
    54     isAlphaImage: false, 
    5555 
    5656    /**