From: Alan Knowles Date: Thu, 29 Jul 2021 05:34:41 +0000 (+0800) Subject: Roo/data/DataReader.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=52e21490156c831a4caa81f77cd3033de3ecb183 Roo/data/DataReader.js Roo/data/Store.js --- diff --git a/Roo/data/DataReader.js b/Roo/data/DataReader.js index 042796b1ef..05d6a13929 100644 --- a/Roo/data/DataReader.js +++ b/Roo/data/DataReader.js @@ -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. */ diff --git a/Roo/data/Store.js b/Roo/data/Store.js index ae3c45daa1..bd2f013534 100644 --- a/Roo/data/Store.js +++ b/Roo/data/Store.js @@ -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 id property. */ /**