Fix OpenLayers.Control.GetFeature.selectBox apidoc

This commit is contained in:
Frederic Junod
2012-01-15 18:14:31 +01:00
parent 098899d165
commit 4e703abc0c

View File

@@ -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;