From 7120bde544fc681650a8d6dc4b301218ae7f22ff Mon Sep 17 00:00:00 2001 From: euzuro Date: Wed, 6 Jun 2007 18:27:03 +0000 Subject: [PATCH] adding comment blocks to help readability git-svn-id: http://svn.openlayers.org/trunk/openlayers@3264 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Map.js | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/lib/OpenLayers/Map.js b/lib/OpenLayers/Map.js index 16a546310d..eca9fbbb5a 100644 --- a/lib/OpenLayers/Map.js +++ b/lib/OpenLayers/Map.js @@ -316,11 +316,10 @@ OpenLayers.Map.prototype = { /********************************************************/ /* */ - /* Layers, Controls, Popup Functions */ + /* Layer Functions */ /* */ /* The following functions deal with adding and */ - /* removing Layers, Controls, and Popups */ - /* to and from the Map */ + /* removing Layers to and from the Map */ /* */ /********************************************************/ @@ -559,6 +558,16 @@ OpenLayers.Map.prototype = { } }, + + /********************************************************/ + /* */ + /* Control Functions */ + /* */ + /* The following functions deal with adding and */ + /* removing Controls to and from the Map */ + /* */ + /********************************************************/ + /** * @param {OpenLayers.Control} control * @param {OpenLayers.Pixel} px @@ -589,6 +598,15 @@ OpenLayers.Map.prototype = { } }, + /********************************************************/ + /* */ + /* Popup Functions */ + /* */ + /* The following functions deal with adding and */ + /* removing Popups to and from the Map */ + /* */ + /********************************************************/ + /** * @param {OpenLayers.Popup} popup * @param {Boolean} exclusive If true, closes all other popups first