From e20f0f8cb90a669c85d3df5db795e1dbb9e7db97 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 22 Jan 2009 15:48:58 +0000 Subject: [PATCH] Updating docs for bbox ratio. git-svn-id: http://svn.openlayers.org/trunk/openlayers@8737 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Strategy/BBOX.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,