summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-26 09:58:34 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-26 09:58:34 +0000
commitc7d8b05e7a2988a615cc85e25b9c89325377eba9 (patch)
tree125c16e6188ab6d94fe0af2c1f4532dc2f380d6d /sca-java-1.x/trunk/tutorials
parent0eb7b18e42e76e5a0f6d34fb9a2cac5b302e2031 (diff)
Merge r1002057 TUSCANY-3692: Fix JavaScript syntax error which was disabling all the scripts for this page
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027436 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials')
-rw-r--r--sca-java-1.x/trunk/tutorials/store/store-eu/uiservices/store-eu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/tutorials/store/store-eu/uiservices/store-eu.html b/sca-java-1.x/trunk/tutorials/store/store-eu/uiservices/store-eu.html
index 11eec1e2f9..370b300900 100644
--- a/sca-java-1.x/trunk/tutorials/store/store-eu/uiservices/store-eu.html
+++ b/sca-java-1.x/trunk/tutorials/store/store-eu/uiservices/store-eu.html
@@ -66,7 +66,7 @@
try {
shoppingTotal.getTotal(shoppingTotal_getTotalResponse);
}
- carch(e) {
+ catch(e) {
alert(e);
}