adding comment blocks to help readability

git-svn-id: http://svn.openlayers.org/trunk/openlayers@3264 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2007-06-06 18:27:03 +00:00
parent 172bbcb3df
commit 7120bde544
+21 -3
View File
@@ -316,11 +316,10 @@ OpenLayers.Map.prototype = {
/********************************************************/ /********************************************************/
/* */ /* */
/* Layers, Controls, Popup Functions */ /* Layer Functions */
/* */ /* */
/* The following functions deal with adding and */ /* The following functions deal with adding and */
/* removing Layers, Controls, and Popups */ /* removing Layers to and from the Map */
/* 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.Control} control
* @param {OpenLayers.Pixel} px * @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 {OpenLayers.Popup} popup
* @param {Boolean} exclusive If true, closes all other popups first * @param {Boolean} exclusive If true, closes all other popups first