From 10c06a1968dbf39d8a3790077a3537b8323f36ff Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Fri, 6 Oct 2006 15:40:18 +0000 Subject: r19141: add a reasonable subset of the qooxdoo runtime environment, and example applications (This used to be commit ff28ab7314ff1eebcd62f387678b816091af8121) --- swat/apps/qooxdoo-examples/test/data/persons/harald.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 swat/apps/qooxdoo-examples/test/data/persons/harald.js (limited to 'swat/apps/qooxdoo-examples/test/data/persons/harald.js') diff --git a/swat/apps/qooxdoo-examples/test/data/persons/harald.js b/swat/apps/qooxdoo-examples/test/data/persons/harald.js new file mode 100644 index 0000000000..f593737448 --- /dev/null +++ b/swat/apps/qooxdoo-examples/test/data/persons/harald.js @@ -0,0 +1,10 @@ +{ + "name" : "Schmidt", + "givenName" : "Harald", + "age" : 65, + "street" : "Karlsruher Allee", + "plz" : 78392, + "city" : "Stuttgart", + "country" : "Germany", + "phone" : "0049.750930302" +} -- cgit