Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / guides / data / examples / model_with_proxy / data / users / 1 / index.html
diff --git a/docs/guides/data/examples/model_with_proxy/data/users/1/index.html b/docs/guides/data/examples/model_with_proxy/data/users/1/index.html
new file mode 100644 (file)
index 0000000..b4868e3
--- /dev/null
@@ -0,0 +1,6 @@
+{
+    success: true,
+    users: [
+        {id: 1, name: 'Ed'}
+    ]
+}
\ No newline at end of file