From a5093a27fa1011728ce5df57fee6e03061d528ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Mon, 3 May 2010 15:39:01 +0000 Subject: [PATCH] fix an error in the Layer.Vector docs, non-functional change, caught by pwr (closes #2613) git-svn-id: http://svn.openlayers.org/trunk/openlayers@10267 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/Vector.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Layer/Vector.js b/lib/OpenLayers/Layer/Vector.js index 957a257acd..6e50b6455b 100644 --- a/lib/OpenLayers/Layer/Vector.js +++ b/lib/OpenLayers/Layer/Vector.js @@ -106,8 +106,8 @@ OpenLayers.Layer.Vector = OpenLayers.Class(OpenLayers.Layer, { /** * APIProperty: isBaseLayer - * {Boolean} The layer is a base layer. Default is true. Set this property - * in the layer options + * {Boolean} The layer is a base layer. Default is false. Set this property + * in the layer options. */ isBaseLayer: false,