[Commits] r1301 - core/trunk/geoext/lib/GeoExt/widgets/tree

commits at geoext.org commits at geoext.org
Sun Aug 2 20:17:28 CEST 2009


Author: ahocevar
Date: 2009-08-02 20:17:28 +0200 (Sun, 02 Aug 2009)
New Revision: 1301

Modified:
   core/trunk/geoext/lib/GeoExt/widgets/tree/LayerContainer.js
   core/trunk/geoext/lib/GeoExt/widgets/tree/LayerNode.js
Log:
doc fixes. non-functional change.

Modified: core/trunk/geoext/lib/GeoExt/widgets/tree/LayerContainer.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/tree/LayerContainer.js	2009-07-31 13:35:02 UTC (rev 1300)
+++ core/trunk/geoext/lib/GeoExt/widgets/tree/LayerContainer.js	2009-08-02 18:17:28 UTC (rev 1301)
@@ -20,7 +20,7 @@
 /** api: constructor
  *  .. class:: LayerContainer
  * 
- *      A subclass of ``Ext.tree.TreeNode`` that will collect all layers of an
+ *      A subclass of ``Ext.tree.AsyncTreeNode`` that will collect all layers of an
  *      OpenLayers map. Only layers that have displayInLayerSwitcher set to true
  *      will be included. The childrens' iconCls defaults to
  *      "gx-tree-layer-icon".

Modified: core/trunk/geoext/lib/GeoExt/widgets/tree/LayerNode.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/tree/LayerNode.js	2009-07-31 13:35:02 UTC (rev 1300)
+++ core/trunk/geoext/lib/GeoExt/widgets/tree/LayerNode.js	2009-08-02 18:17:28 UTC (rev 1301)
@@ -150,7 +150,7 @@
 /** api: constructor
  *  .. class:: LayerNode(config)
  * 
- *      A subclass of ``Ext.tree.AsyncTreeNode`` that is connected to an
+ *      A subclass of ``Ext.tree.TreeNode`` that is connected to an
  *      ``OpenLayers.Layer`` by setting the node's layer property. Checking or
  *      unchecking the checkbox of this node will directly affect the layer and
  *      vice versa. The default iconCls for this node's icon is



More information about the Commits mailing list