Change some 'Parameter' to 'Property' in documentation. Non functional change

This commit is contained in:
fredj
2012-01-12 09:30:51 +01:00
parent 04ae5f8db8
commit 4fcd28fe08
4 changed files with 7 additions and 7 deletions

View File

@@ -22,19 +22,19 @@
OpenLayers.Control.ArgParser = OpenLayers.Class(OpenLayers.Control, {
/**
* Parameter: center
* Property: center
* {<OpenLayers.LonLat>}
*/
center: null,
/**
* Parameter: zoom
* Property: zoom
* {int}
*/
zoom: null,
/**
* Parameter: layers
* Property: layers
* {Array(<OpenLayers.Layer>)}
*/
layers: null,