[Commits] r2103 - core/trunk/geoext/lib/GeoExt/data
commits at geoext.org
commits at geoext.org
Fri Apr 23 14:49:24 CEST 2010
Author: pgiraud
Date: 2010-04-23 14:49:24 +0200 (Fri, 23 Apr 2010)
New Revision: 2103
Modified:
core/trunk/geoext/lib/GeoExt/data/AttributeStore.js
Log:
typo in docs, no functional change
Modified: core/trunk/geoext/lib/GeoExt/data/AttributeStore.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/AttributeStore.js 2010-04-20 18:58:27 UTC (rev 2102)
+++ core/trunk/geoext/lib/GeoExt/data/AttributeStore.js 2010-04-23 12:49:24 UTC (rev 2103)
@@ -22,7 +22,7 @@
*
* Small helper class to make creating stores for remotely-loaded attributes
* data easier. AttributeStore is pre-configured with a built-in
- * ``Ext.data.HttpProxy`` and :class:`gxp.data.AttributeReader`. The
+ * ``Ext.data.HttpProxy`` and :class:`Ext.data.AttributeReader`. The
* HttpProxy is configured to allow caching (disableCaching: false) and
* uses GET. If you require some other proxy/reader combination then you'll
* have to configure this with your own proxy or create a basic
More information about the Commits
mailing list