Roo/data/DataReader.js
authorAlan Knowles <alan@roojs.com>
Thu, 29 Jul 2021 05:34:41 +0000 (13:34 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 29 Jul 2021 05:34:41 +0000 (13:34 +0800)
Roo/data/Store.js

Roo/data/DataReader.js
Roo/data/Store.js

index 042796b..05d6a13 100644 (file)
@@ -14,6 +14,7 @@
 
 /**
  * @class Roo.data.DataReader
+ * @abstract
  * Base class for reading structured data from a data source.  This class is intended to be
  * extended (see {Roo.data.ArrayReader}, {Roo.data.JsonReader} and {Roo.data.XmlReader}) and should not be created directly.
  */
index ae3c45d..bd2f013 100644 (file)
@@ -183,7 +183,7 @@ Roo.extend(Roo.data.Store, Roo.util.Observable, {
     * @cfg {Array} data Inline data to be loaded when the store is initialized.
     */
     /**
-    * @cfg {Roo.data.Reader} reader [required]  The Reader object which processes the data object and returns
+    * @cfg {Roo.data.DataReader} reader [required]  The Reader object which processes the data object and returns
     * an Array of Roo.data.record objects which are cached keyed by their <em>id</em> property.
     */
     /**