From: Alan Knowles Date: Thu, 29 Jul 2021 05:26:02 +0000 (+0800) Subject: Roo/data/Store.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=a616ff9bf2347cab5a21047a5b1582b6c7b658c8 Roo/data/Store.js --- diff --git a/Roo/data/Store.js b/Roo/data/Store.js index 7cc3272ce7..ae3c45daa1 100644 --- a/Roo/data/Store.js +++ b/Roo/data/Store.js @@ -177,13 +177,13 @@ Roo.extend(Roo.data.Store, Roo.util.Observable, { */ /** - * @cfg {Roo.data.DataProxy} proxy The Proxy object which provides access to a data object. + * @cfg {Roo.data.DataProxy} proxy [required] The Proxy object which provides access to a data object. */ /** * @cfg {Array} data Inline data to be loaded when the store is initialized. */ /** - * @cfg {Roo.data.Reader} reader The Reader object which processes the data object and returns + * @cfg {Roo.data.Reader} 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. */ /**