[Commits] r2239 - core/trunk/geoext/lib/GeoExt/widgets/tree
commits at geoext.org
commits at geoext.org
Sun Jul 11 14:54:55 CEST 2010
Author: ahocevar
Date: 2010-07-11 14:54:54 +0200 (Sun, 11 Jul 2010)
New Revision: 2239
Modified:
core/trunk/geoext/lib/GeoExt/widgets/tree/RadioButtonMixin.js
Log:
fixed typo in API docs. Thanks Gary D. White for spotting this. Non-functional change.
Modified: core/trunk/geoext/lib/GeoExt/widgets/tree/RadioButtonMixin.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/tree/RadioButtonMixin.js 2010-07-09 09:51:24 UTC (rev 2238)
+++ core/trunk/geoext/lib/GeoExt/widgets/tree/RadioButtonMixin.js 2010-07-11 12:54:54 UTC (rev 2239)
@@ -16,7 +16,7 @@
/** api: constructor
* A mixin to create tree node UIs with radio buttons. Can be mixed in
* any ``Ext.tree.TreeNodeUI`` class, and in particular in
- * :class:`GeoExt.data.LayerNodeUI`.
+ * :class:`GeoExt.tree.LayerNodeUI`.
*
* A tree node using an ``Ext.tree.TreeNodeUI`` with a
* ``GeoExt.tree.RadioButtonMixin`` mixed into it generates a ``radiochange``
More information about the Commits
mailing list