[OpenLayers-Commits] r3589 - trunk/openlayers/lib/OpenLayers/Layer

commits at openlayers.org commits at openlayers.org
Thu Jul 5 13:36:12 EDT 2007


Author: euzuro
Date: 2007-07-05 13:36:11 -0400 (Thu, 05 Jul 2007)
New Revision: 3589

Modified:
   trunk/openlayers/lib/OpenLayers/Layer/WMS.js
Log:
update stray jsdoc comment

Modified: trunk/openlayers/lib/OpenLayers/Layer/WMS.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/WMS.js	2007-07-05 17:34:31 UTC (rev 3588)
+++ trunk/openlayers/lib/OpenLayers/Layer/WMS.js	2007-07-05 17:36:11 UTC (rev 3589)
@@ -40,7 +40,10 @@
      */
     reproject: true,
  
-    /** @type Boolean */
+    /**
+     * APIProperty: isBaseLayer
+     * {Boolean} Default is true for WMS layer
+     */
     isBaseLayer: true,
  
     /**



More information about the Commits mailing list