From 2fde9013049d20e08840791820efd4567d8830bd Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 29 Jul 2021 13:27:25 +0800 Subject: [PATCH] Roo/data/SimpleStore.js --- Roo/data/SimpleStore.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Roo/data/SimpleStore.js b/Roo/data/SimpleStore.js index 9c39abfed6..c0d050fa5f 100644 --- a/Roo/data/SimpleStore.js +++ b/Roo/data/SimpleStore.js @@ -17,6 +17,8 @@ * @cfg {Array} fields An array of field definition objects, or field name strings. * @cfg {Object} an existing reader (eg. copied from another store) * @cfg {Array} data The multi-dimensional array of data + * @cfg {Roo.data.DataProxy} proxy [not-required] + * @cfg {Roo.data.Reader} reader [not-required] * @constructor * @param {Object} config */ -- 2.39.2