From 8228011b6eaf9a1fb8e4d8086e4c0217420603d3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 29 Jul 2021 13:35:06 +0800 Subject: [PATCH] roojs-ui.js roojs-ui-debug.js roojs-bootstrap.js roojs-bootstrap-debug.js roojs-all.js roojs-debug.js --- roojs-bootstrap-debug.js | 3 ++- roojs-debug.js | 3 ++- roojs-ui-debug.js | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index 443f99ee3d..308c67ee1e 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -14761,7 +14761,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. */ /** @@ -15517,6 +15517,7 @@ Roo.data.Field.prototype = { /** * @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/roojs-debug.js b/roojs-debug.js index 18465574bb..5a960c19f8 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -23679,7 +23679,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. */ /** @@ -24435,6 +24435,7 @@ Roo.data.Field.prototype = { /** * @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/roojs-ui-debug.js b/roojs-ui-debug.js index c9116f332c..539ca579ff 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -517,7 +517,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. */ /** @@ -1273,6 +1273,7 @@ Roo.data.Field.prototype = { /** * @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. */ -- 2.39.2