X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..HEAD:/src/data/DirectStore.js diff --git a/src/data/DirectStore.js b/src/data/DirectStore.js index eb72739b..4c26122a 100644 --- a/src/data/DirectStore.js +++ b/src/data/DirectStore.js @@ -13,36 +13,28 @@ If you are unsure which license is appropriate for your use, please contact the */ /** - * @class Ext.data.DirectStore - * @extends Ext.data.Store - *

Small helper class to create an {@link Ext.data.Store} configured with an - * {@link Ext.data.proxy.Direct} and {@link Ext.data.reader.Json} to make interacting - * with an {@link Ext.Direct} Server-side {@link Ext.direct.Provider Provider} easier. - * To create a different proxy/reader combination create a basic {@link Ext.data.Store} - * configured as needed.

+ * Small helper class to create an {@link Ext.data.Store} configured with an {@link Ext.data.proxy.Direct} + * and {@link Ext.data.reader.Json} to make interacting with an {@link Ext.direct.Manager} server-side + * {@link Ext.direct.Provider Provider} easier. To create a different proxy/reader combination create a basic + * {@link Ext.data.Store} configured as needed. * - *

*Note: Although they are not listed, this class inherits all of the config options of:

- *
*/ - Ext.define('Ext.data.DirectStore', { /* Begin Definitions */ @@ -54,9 +46,6 @@ Ext.define('Ext.data.DirectStore', { /* End Definitions */ - /** - * @param {Object} config (optional) Config object. - */ constructor : function(config){ config = Ext.apply({}, config); if (!config.proxy) {