OpenLayers OpenLayers

Changeset 6241

Show
Ignore:
Timestamp:
02/13/08 00:23:48 (1 year ago)
Author:
euzuro
Message:

add appropriate requires, inherits from statements.

Files:

Legend:

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

    r6144 r6241  
    44 
    55/** 
    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> 
    715 */ 
    816OpenLayers.Popup.AmberCloud =  
  • sandbox/euzuro/pop/lib/OpenLayers/Popup/Framed.js

    r6124 r6241  
    44 
    55/** 
     6 * @requires OpenLayers/Popup/Anchored.js 
     7 */ 
     8 
     9/** 
    610 * Class: OpenLayers.Popup.Framed 
     11 *  
     12 * Inherits from:  
     13 *  - <OpenLayers.Popup.Anchored> 
    714 */ 
    815OpenLayers.Popup.Framed =  
  • sandbox/euzuro/pop/lib/OpenLayers/Popup/FramedCloud.js

    r6124 r6241  
    33 * full text of the license. */ 
    44 
     5 
     6/** 
     7 * @requires OpenLayers/Popup/Framed.js 
     8 * @requires OpenLayers/Util.js 
     9 */ 
     10 
    511/** 
    612 * Class: OpenLayers.Popup.FramedCloud 
     13 *  
     14 * Inherits from:  
     15 *  - <OpenLayers.Popup.Framed> 
    716 */ 
    817OpenLayers.Popup.FramedCloud =