[Commits] r2114 - core/trunk/geoext/lib/GeoExt/data

commits at geoext.org commits at geoext.org
Mon Apr 26 13:05:21 CEST 2010


Author: elemoine
Date: 2010-04-26 13:05:21 +0200 (Mon, 26 Apr 2010)
New Revision: 2114

Modified:
   core/trunk/geoext/lib/GeoExt/data/AttributeStore.js
Log:
fix typo in the API docs, no functional change

Modified: core/trunk/geoext/lib/GeoExt/data/AttributeStore.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/AttributeStore.js	2010-04-26 10:43:08 UTC (rev 2113)
+++ core/trunk/geoext/lib/GeoExt/data/AttributeStore.js	2010-04-26 11:05:21 UTC (rev 2114)
@@ -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:`Ext.data.AttributeReader`.  The
+ *      ``Ext.data.HttpProxy`` and :class:`GeoExt.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