X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fdata%2FStore.js;fp=Roo%2Fdata%2FStore.js;h=bd2f013534a4ef2530fc952ee8e6ad84097a2a53;hp=7cc3272ce7d4f5e62a6e4cca1172a926b0cba8e9;hb=e01802ac69da0ec0c9ccecc295beff82c1779f68;hpb=0fa7894b7489284160ff14afdca7b6911983357f diff --git a/Roo/data/Store.js b/Roo/data/Store.js index 7cc3272ce7..bd2f013534 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.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. */ /**