Change some 'Parameter' to 'Property' in documentation. Non functional change
This commit is contained in:
@@ -22,19 +22,19 @@
|
|||||||
OpenLayers.Control.ArgParser = OpenLayers.Class(OpenLayers.Control, {
|
OpenLayers.Control.ArgParser = OpenLayers.Class(OpenLayers.Control, {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parameter: center
|
* Property: center
|
||||||
* {<OpenLayers.LonLat>}
|
* {<OpenLayers.LonLat>}
|
||||||
*/
|
*/
|
||||||
center: null,
|
center: null,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parameter: zoom
|
* Property: zoom
|
||||||
* {int}
|
* {int}
|
||||||
*/
|
*/
|
||||||
zoom: null,
|
zoom: null,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parameter: layers
|
* Property: layers
|
||||||
* {Array(<OpenLayers.Layer>)}
|
* {Array(<OpenLayers.Layer>)}
|
||||||
*/
|
*/
|
||||||
layers: null,
|
layers: null,
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
OpenLayers.Control.Scale = OpenLayers.Class(OpenLayers.Control, {
|
OpenLayers.Control.Scale = OpenLayers.Class(OpenLayers.Control, {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parameter: element
|
* Property: element
|
||||||
* {DOMElement}
|
* {DOMElement}
|
||||||
*/
|
*/
|
||||||
element: null,
|
element: null,
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ OpenLayers.Handler.Polygon = OpenLayers.Class(OpenLayers.Handler.Path, {
|
|||||||
drawingHole: false,
|
drawingHole: false,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parameter: polygon
|
* Property: polygon
|
||||||
* {<OpenLayers.Feature.Vector>}
|
* {<OpenLayers.Feature.Vector>}
|
||||||
*/
|
*/
|
||||||
polygon: null,
|
polygon: null,
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ OpenLayers.Popup.Anchored =
|
|||||||
OpenLayers.Class(OpenLayers.Popup, {
|
OpenLayers.Class(OpenLayers.Popup, {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parameter: relativePosition
|
* Property: relativePosition
|
||||||
* {String} Relative position of the popup ("br", "tr", "tl" or "bl").
|
* {String} Relative position of the popup ("br", "tr", "tl" or "bl").
|
||||||
*/
|
*/
|
||||||
relativePosition: null,
|
relativePosition: null,
|
||||||
@@ -38,7 +38,7 @@ OpenLayers.Popup.Anchored =
|
|||||||
keepInMap: true,
|
keepInMap: true,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parameter: anchor
|
* Property: anchor
|
||||||
* {Object} Object to which we'll anchor the popup. Must expose a
|
* {Object} Object to which we'll anchor the popup. Must expose a
|
||||||
* 'size' (<OpenLayers.Size>) and 'offset' (<OpenLayers.Pixel>).
|
* 'size' (<OpenLayers.Size>) and 'offset' (<OpenLayers.Pixel>).
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user