Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / src / data / JsonStore.js
index 64d075a..e100db7 100644 (file)
@@ -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',