Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / 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 (file)
index 0000000..f0dc1d3
--- /dev/null
@@ -0,0 +1,7 @@
+{
+    success: true,
+    users: [
+        {id: 1, name: 'Ed'},
+        {id: 2, name: 'Tommy'}
+    ]
+}
\ No newline at end of file