Changeset 8011
- Timestamp:
- 09/12/08 13:15:55 (3 months ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Map.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Map.js
r7889 r8011 168 168 /** 169 169 * Property: controls 170 * {Array(<OpenLayers.Control>)} List of controls associated with the map 170 * {Array(<OpenLayers.Control>)} List of controls associated with the map. 171 * 172 * If not provided in the map options at construction, the map will 173 * be given the following controls by default: 174 * - <OpenLayers.Control.Navigation> 175 * - <OpenLayers.Control.PanZoom> 176 * - <OpenLayers.Control.ArgParser> 177 * - <OpenLayers.Control.Attribution> 171 178 */ 172 179 controls: null,
