Change all 'Parameter:' to 'Parameters:' in documentation. Non functional change

This commit is contained in:
fredj
2012-01-12 09:32:49 +01:00
parent 4fcd28fe08
commit cbfb68f397
10 changed files with 21 additions and 21 deletions

View File

@@ -776,7 +776,7 @@ OpenLayers.Map = OpenLayers.Class({
* APIMethod: getLayersBy
* Get a list of layers with properties matching the given criteria.
*
* Parameter:
* Parameters:
* property - {String} A layer property to be matched.
* match - {String | Object} A string to match. Can also be a regular
* expression literal or object. In addition, it can be any object
@@ -797,7 +797,7 @@ OpenLayers.Map = OpenLayers.Class({
* APIMethod: getLayersByName
* Get a list of layers with names matching the given name.
*
* Parameter:
* Parameters:
* match - {String | Object} A layer name. The name can also be a regular
* expression literal or object. In addition, it can be any object
* with a method named test. For reqular expressions or other, if
@@ -817,7 +817,7 @@ OpenLayers.Map = OpenLayers.Class({
* APIMethod: getLayersByClass
* Get a list of layers of a given class (CLASS_NAME).
*
* Parameter:
* Parameters:
* match - {String | Object} A layer class name. The match can also be a
* regular expression literal or object. In addition, it can be any
* object with a method named test. For reqular expressions or other,
@@ -837,7 +837,7 @@ OpenLayers.Map = OpenLayers.Class({
* APIMethod: getControlsBy
* Get a list of controls with properties matching the given criteria.
*
* Parameter:
* Parameters:
* property - {String} A control property to be matched.
* match - {String | Object} A string to match. Can also be a regular
* expression literal or object. In addition, it can be any object
@@ -858,7 +858,7 @@ OpenLayers.Map = OpenLayers.Class({
* APIMethod: getControlsByClass
* Get a list of controls of a given class (CLASS_NAME).
*
* Parameter:
* Parameters:
* match - {String | Object} A control class name. The match can also be a
* regular expression literal or object. In addition, it can be any
* object with a method named test. For reqular expressions or other,
@@ -887,7 +887,7 @@ OpenLayers.Map = OpenLayers.Class({
* APIMethod: getLayer
* Get a layer based on its id
*
* Parameter:
* Parameters:
* id - {String} A layer id
*
* Returns:
@@ -2159,7 +2159,7 @@ OpenLayers.Map = OpenLayers.Class({
/**
* APIMethod: getResolutionForZoom
*
* Parameter:
* Parameters:
* zoom - {Float}
*
* Returns:
@@ -2177,7 +2177,7 @@ OpenLayers.Map = OpenLayers.Class({
/**
* APIMethod: getZoomForResolution
*
* Parameter:
* Parameters:
* resolution - {Float}
* closest - {Boolean} Find the zoom level that corresponds to the absolute
* closest resolution, which may result in a zoom whose corresponding