You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/09/28 10:57:24 UTC

svn commit: r1002057 - /tuscany/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-eu/uiservices/store-eu.html

Author: nash
Date: Tue Sep 28 08:57:24 2010
New Revision: 1002057

URL: http://svn.apache.org/viewvc?rev=1002057&view=rev
Log:
TUSCANY-3692: Fix JavaScript syntax error which was disabling all the scripts for this page

Modified:
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-eu/uiservices/store-eu.html

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-eu/uiservices/store-eu.html
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-eu/uiservices/store-eu.html?rev=1002057&r1=1002056&r2=1002057&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-eu/uiservices/store-eu.html (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-eu/uiservices/store-eu.html Tue Sep 28 08:57:24 2010
@@ -66,7 +66,7 @@
 				try {
 					shoppingTotal.getTotal(shoppingTotal_getTotalResponse);
 				}
-				carch(e) {
+				catch(e) {
 					alert(e);
 				}