pullup #2611 to 2.9 branch

git-svn-id: http://svn.openlayers.org/branches/openlayers/2.9@10264 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
bartvde
2010-05-03 11:11:33 +00:00
parent 79368b2bdd
commit 39d002488c

View File

@@ -19,7 +19,7 @@ OpenLayers.Strategy.Fixed = OpenLayers.Class(OpenLayers.Strategy, {
* APIProperty: preload * APIProperty: preload
* {Boolean} Load data before layer made visible. Enabling this may result * {Boolean} Load data before layer made visible. Enabling this may result
* in considerable overhead if your application loads many data layers * 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, preload: false,