X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/src/data/JsonPStore.js diff --git a/src/data/JsonPStore.js b/src/data/JsonPStore.js index 358be753..51306453 100644 --- a/src/data/JsonPStore.js +++ b/src/data/JsonPStore.js @@ -15,9 +15,7 @@ If you are unsure which license is appropriate for your use, please contact the /** * @class Ext.data.JsonPStore * @extends Ext.data.Store - * @ignore * @private - *

NOTE: This class is in need of migration to the new API.

*

Small helper class to make creating {@link Ext.data.Store}s from different domain JSON data easier. * A JsonPStore will be automatically configured with a {@link Ext.data.reader.Json} and a {@link Ext.data.proxy.JsonP JsonPProxy}.

*

A store configuration would be something like: