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/10/26 11:58:35 UTC

svn commit: r1027436 - /tuscany/sca-java-1.x/trunk/tutorials/store/store-eu/uiservices/store-eu.html

Author: nash
Date: Tue Oct 26 09:58:34 2010
New Revision: 1027436

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

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

Modified: tuscany/sca-java-1.x/trunk/tutorials/store/store-eu/uiservices/store-eu.html
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/tutorials/store/store-eu/uiservices/store-eu.html?rev=1027436&r1=1027435&r2=1027436&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/tutorials/store/store-eu/uiservices/store-eu.html (original)
+++ tuscany/sca-java-1.x/trunk/tutorials/store/store-eu/uiservices/store-eu.html Tue Oct 26 09:58:34 2010
@@ -66,7 +66,7 @@
 				try {
 					shoppingTotal.getTotal(shoppingTotal_getTotalResponse);
 				}
-				carch(e) {
+				catch(e) {
 					alert(e);
 				}