Fix OpenLayers.Control.GetFeature.selectBox apidoc
This commit is contained in:
@@ -294,7 +294,8 @@ OpenLayers.Control.GetFeature = OpenLayers.Class(OpenLayers.Control, {
|
||||
* Callback from the handlers.box set up when <box> selection is on
|
||||
*
|
||||
* Parameters:
|
||||
* position - {<OpenLayers.Bounds>}
|
||||
* position - {<OpenLayers.Bounds>|Object} An OpenLayers.Bounds or
|
||||
* an object with a 'left', 'bottom', 'right' and 'top' properties.
|
||||
*/
|
||||
selectBox: function(position) {
|
||||
var bounds;
|
||||
|
||||
Reference in New Issue
Block a user