Changeset 6241
- Timestamp:
- 02/13/08 00:23:48 (1 year ago)
- Files:
-
- sandbox/euzuro/pop/lib/OpenLayers/Popup/AmberCloud.js (modified) (1 diff)
- sandbox/euzuro/pop/lib/OpenLayers/Popup/Framed.js (modified) (1 diff)
- sandbox/euzuro/pop/lib/OpenLayers/Popup/FramedCloud.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/euzuro/pop/lib/OpenLayers/Popup/AmberCloud.js
r6144 r6241 4 4 5 5 /** 6 * Class: OpenLayers.Popup.AmberClouds 6 * @requires OpenLayers/Popup/Framed.js 7 * @requires OpenLayers/Util.js 8 */ 9 10 /** 11 * Class: OpenLayers.Popup.AmberCloud 12 * 13 * Inherits from: 14 * - <OpenLayers.Popup.Framed> 7 15 */ 8 16 OpenLayers.Popup.AmberCloud = sandbox/euzuro/pop/lib/OpenLayers/Popup/Framed.js
r6124 r6241 4 4 5 5 /** 6 * @requires OpenLayers/Popup/Anchored.js 7 */ 8 9 /** 6 10 * Class: OpenLayers.Popup.Framed 11 * 12 * Inherits from: 13 * - <OpenLayers.Popup.Anchored> 7 14 */ 8 15 OpenLayers.Popup.Framed = sandbox/euzuro/pop/lib/OpenLayers/Popup/FramedCloud.js
r6124 r6241 3 3 * full text of the license. */ 4 4 5 6 /** 7 * @requires OpenLayers/Popup/Framed.js 8 * @requires OpenLayers/Util.js 9 */ 10 5 11 /** 6 12 * Class: OpenLayers.Popup.FramedCloud 13 * 14 * Inherits from: 15 * - <OpenLayers.Popup.Framed> 7 16 */ 8 17 OpenLayers.Popup.FramedCloud =
