diff --git a/lib/OpenLayers/Strategy/BBOX.js b/lib/OpenLayers/Strategy/BBOX.js index fc88fe7bd3..7e3b5e779c 100644 --- a/lib/OpenLayers/Strategy/BBOX.js +++ b/lib/OpenLayers/Strategy/BBOX.js @@ -24,9 +24,9 @@ OpenLayers.Strategy.BBOX = OpenLayers.Class(OpenLayers.Strategy, { bounds: null, /** - * Property: ratio + * APIProperty: ratio * {Float} The ratio of the data bounds to the viewport bounds (in each - * dimension). + * dimension). Default is 2. */ ratio: 2,