From 030f0c8830ba429e3733bf28392e7a32fbcd8833 Mon Sep 17 00:00:00 2001 From: euzuro Date: Thu, 5 Jul 2007 17:36:11 +0000 Subject: [PATCH] update stray jsdoc comment git-svn-id: http://svn.openlayers.org/trunk/openlayers@3589 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/WMS.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/WMS.js b/lib/OpenLayers/Layer/WMS.js index 71b017a2e6..9e986714e1 100644 --- a/lib/OpenLayers/Layer/WMS.js +++ b/lib/OpenLayers/Layer/WMS.js @@ -40,7 +40,10 @@ OpenLayers.Layer.WMS.prototype = */ reproject: true, - /** @type Boolean */ + /** + * APIProperty: isBaseLayer + * {Boolean} Default is true for WMS layer + */ isBaseLayer: true, /**