[Commits] r2335 - core/trunk/geoext/lib/GeoExt/data
commits at geoext.org
commits at geoext.org
Fri Sep 10 17:17:17 CEST 2010
Author: ahocevar
Date: 2010-09-10 17:17:17 +0200 (Fri, 10 Sep 2010)
New Revision: 2335
Modified:
core/trunk/geoext/lib/GeoExt/data/FeatureReader.js
Log:
fixed a typo.
Modified: core/trunk/geoext/lib/GeoExt/data/FeatureReader.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/FeatureReader.js 2010-09-10 15:03:02 UTC (rev 2334)
+++ core/trunk/geoext/lib/GeoExt/data/FeatureReader.js 2010-09-10 15:17:17 UTC (rev 2335)
@@ -70,7 +70,7 @@
return this.readRecords(response.features);
},
- /** api: method[readReacords]
+ /** api: method[readRecords]
* :param features: ``Array(OpenLayers.Feature.Vector)`` List of
* features for creating records
* :return: ``Object`` An object with ``records`` and ``totalRecords``
More information about the Commits
mailing list