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, {
|
||||
|
||||
/**
|
||||
* Parameter: center
|
||||
* Property: center
|
||||
* {<OpenLayers.LonLat>}
|
||||
*/
|
||||
center: null,
|
||||
|
||||
/**
|
||||
* Parameter: zoom
|
||||
* Property: zoom
|
||||
* {int}
|
||||
*/
|
||||
zoom: null,
|
||||
|
||||
/**
|
||||
* Parameter: layers
|
||||
* Property: layers
|
||||
* {Array(<OpenLayers.Layer>)}
|
||||
*/
|
||||
layers: null,
|
||||
|
||||
Reference in New Issue
Block a user