Changeset 6681
- Timestamp:
- 03/28/08 21:38:40 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/euzuro/pop/lib/OpenLayers/Popup/FramedCloud.js
r6680 r6681 41 41 imageSize: new OpenLayers.Size(676, 736), 42 42 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 43 50 /** 44 51 * APIProperty: fixedRelativePosition … … 46 53 */ 47 54 fixedRelativePosition: false, 48 49 /**50 * APIProperty: isAlphaImage51 * {Boolean} The FramedCloud does not use an alpha image (in honor of the52 * good ie6 folk out there)53 */54 isAlphaImage: false,55 55 56 56 /**
