Changeset 6522
- Timestamp:
- 03/13/08 13:15:53 (10 months ago)
- Files:
-
- sandbox/euzuro/pop/lib/OpenLayers/Popup/Framed.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/euzuro/pop/lib/OpenLayers/Popup/Framed.js
r6485 r6522 193 193 }, 194 194 195 /** 196 * Method: setOpacity 197 * Sets the opacity of the popup. 198 * 199 * Parameters: 200 * opacity - {float} A value between 0.0 (transparent) and 1.0 (solid). 201 */ 202 setOpacity:function(opacity) { 203 //does nothing since we suppose that we'll never apply an opacity 204 // to a framed popup 205 }, 206 195 207 /** 196 208 * Method: calculateRelativePosition
