summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-widget-runtime/src/test/resources/content/storeJS.html
diff options
context:
space:
mode:
authorbeckerdo <beckerdo@13f79535-47bb-0310-9956-ffa450edef68>2008-10-16 19:02:28 +0000
committerbeckerdo <beckerdo@13f79535-47bb-0310-9956-ffa450edef68>2008-10-16 19:02:28 +0000
commit50e273a79c3d0ff219d5cbad54520b68d94f27c4 (patch)
treebcf2ade1ed829d737c9aa465cdf4508a97e688f8 /java/sca/modules/implementation-widget-runtime/src/test/resources/content/storeJS.html
parent57a87af8a1bd495533e269b1d16a7ec2e0724c79 (diff)
TUSCANY-2638 fix for atomModel.js JavaScript client
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705326 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/implementation-widget-runtime/src/test/resources/content/storeJS.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/java/sca/modules/implementation-widget-runtime/src/test/resources/content/storeJS.html b/java/sca/modules/implementation-widget-runtime/src/test/resources/content/storeJS.html
index 71148833e0..6bbc285377 100644
--- a/java/sca/modules/implementation-widget-runtime/src/test/resources/content/storeJS.html
+++ b/java/sca/modules/implementation-widget-runtime/src/test/resources/content/storeJS.html
@@ -21,15 +21,13 @@
<title>Store</TITLE>
<!-- one js include per sca component -->
-<script type="text/javascript" src="storeJS.js"></script>
-
-<!-- Include Tuscany JavaScript client model for Atom.
+<!-- For Atom, the Tuscany JavaScript client includes the model for Atom.
Using this JavaScript model, users can use syntax such as:
item += "name=" + entry.getName() + ", price=" + entry.getContent()
rather than
item += entries[i].getElementsByTagName("content")[0].firstChild.nodeValue;
-->
-<script type="text/javascript" src="atomModel.js"></script>
+<script type="text/javascript" src="storeJS.js"></script>
<script language="JavaScript">