diff options
Diffstat (limited to 'includes/js/dojox/wire/tests/markup/DataStore.xml')
-rw-r--r-- | includes/js/dojox/wire/tests/markup/DataStore.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/includes/js/dojox/wire/tests/markup/DataStore.xml b/includes/js/dojox/wire/tests/markup/DataStore.xml deleted file mode 100644 index eeff4c2..0000000 --- a/includes/js/dojox/wire/tests/markup/DataStore.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<dataStore> - <item> - <x>X1</x> - <y>Y1</y> - <z>Z1</z> - </item> - <item> - <x>X2</x> - <y>Y2</y> - <z>Z2</z> - </item> - <item> - <x>X3</x> - <y>Y3</y> - <z>Z3</z> - </item> -</dataStore> |