Changeset 3520
- Timestamp:
- 06/28/07 18:04:38 (2 years ago)
- Files:
-
- sandbox/tschaub/naturaldocs/lib/OpenLayers/Map.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/tschaub/naturaldocs/lib/OpenLayers/Map.js
r3517 r3520 54 54 */ 55 55 events: null, 56 57 /**58 * Method: unloadDestroy59 * Function that is called to destroy the map on page unload. stored here60 * so that if map is manually destroyed, we can unregister this.61 */62 unloadDestroy: null,63 56 64 57 /** … … 357 350 358 351 }, 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, 359 359 360 360 /**
