X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/guides/data/examples/model_with_proxy/data/users/index.html diff --git a/docs/guides/data/examples/model_with_proxy/data/users/index.html b/docs/guides/data/examples/model_with_proxy/data/users/index.html new file mode 100644 index 00000000..f0dc1d3e --- /dev/null +++ b/docs/guides/data/examples/model_with_proxy/data/users/index.html @@ -0,0 +1,7 @@ +{ + success: true, + users: [ + {id: 1, name: 'Ed'}, + {id: 2, name: 'Tommy'} + ] +} \ No newline at end of file