OpenLayers OpenLayers

Changeset 3520

Show
Ignore:
Timestamp:
06/28/07 18:04:38 (2 years ago)
Author:
tschaub
Message:

group properties with properties, methods with methods

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/tschaub/naturaldocs/lib/OpenLayers/Map.js

    r3517 r3520  
    5454     */ 
    5555    events: null, 
    56  
    57     /** 
    58      * Method: unloadDestroy 
    59      * Function that is called to destroy the map on page unload. stored here 
    60      *     so that if map is manually destroyed, we can unregister this. 
    61      */ 
    62     unloadDestroy: null, 
    6356 
    6457    /** 
     
    357350 
    358351    }, 
     352 
     353    /** 
     354     * Method: unloadDestroy 
     355     * Function that is called to destroy the map on page unload. stored here 
     356     *     so that if map is manually destroyed, we can unregister this. 
     357     */ 
     358    unloadDestroy: null, 
    359359 
    360360    /**