From a616ff9bf2347cab5a21047a5b1582b6c7b658c8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 29 Jul 2021 13:26:02 +0800 Subject: [PATCH] Roo/data/Store.js --- Roo/data/Store.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */ /** -- 2.39.2