From 508ebc58c15035f855557133f354702e889a19d2 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 12 Sep 2008 17:15:55 +0000 Subject: [PATCH] No functional change. Adding docs for list of default map controls. git-svn-id: http://svn.openlayers.org/trunk/openlayers@8011 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Map.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lib/OpenLayers/Map.js b/lib/OpenLayers/Map.js index b3358db739..c640895dd6 100644 --- a/lib/OpenLayers/Map.js +++ b/lib/OpenLayers/Map.js @@ -167,7 +167,14 @@ OpenLayers.Map = OpenLayers.Class({ /** * Property: controls - * {Array()} List of controls associated with the map + * {Array()} List of controls associated with the map. + * + * If not provided in the map options at construction, the map will + * be given the following controls by default: + * - + * - + * - + * - */ controls: null,