From 69cb8fbb5eb327760ab9f761026a7f4ce098d997 Mon Sep 17 00:00:00 2001 From: bartvde Date: Wed, 28 Apr 2010 14:40:39 +0000 Subject: [PATCH] change APIComment for Fixed Strategy, non-functional change git-svn-id: http://svn.openlayers.org/trunk/openlayers@10259 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Strategy/Fixed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Strategy/Fixed.js b/lib/OpenLayers/Strategy/Fixed.js index db381f08cf..13adc9d2c1 100644 --- a/lib/OpenLayers/Strategy/Fixed.js +++ b/lib/OpenLayers/Strategy/Fixed.js @@ -19,7 +19,7 @@ OpenLayers.Strategy.Fixed = OpenLayers.Class(OpenLayers.Strategy, { * APIProperty: preload * {Boolean} Load data before layer made visible. Enabling this may result * in considerable overhead if your application loads many data layers - * that are not visible by default. Default is true. + * that are not visible by default. Default is false. */ preload: false,