Change some 'Parameter' to 'Property' in documentation. Non functional change
This commit is contained in:
@@ -18,7 +18,7 @@ OpenLayers.Popup.Anchored =
|
||||
OpenLayers.Class(OpenLayers.Popup, {
|
||||
|
||||
/**
|
||||
* Parameter: relativePosition
|
||||
* Property: relativePosition
|
||||
* {String} Relative position of the popup ("br", "tr", "tl" or "bl").
|
||||
*/
|
||||
relativePosition: null,
|
||||
@@ -38,7 +38,7 @@ OpenLayers.Popup.Anchored =
|
||||
keepInMap: true,
|
||||
|
||||
/**
|
||||
* Parameter: anchor
|
||||
* Property: anchor
|
||||
* {Object} Object to which we'll anchor the popup. Must expose a
|
||||
* 'size' (<OpenLayers.Size>) and 'offset' (<OpenLayers.Pixel>).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user