X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..HEAD:/src/data/JsonStore.js diff --git a/src/data/JsonStore.js b/src/data/JsonStore.js index 64d075aa..e100db73 100644 --- a/src/data/JsonStore.js +++ b/src/data/JsonStore.js @@ -27,7 +27,7 @@ If you are unsure which license is appropriate for your use, please contact the var store = new Ext.data.JsonStore({ // store configs autoDestroy: true, - storeId: 'myStore' + storeId: 'myStore', proxy: { type: 'ajax',