summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/tutorials/store/assets/uiservices/store.html
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-03-24 03:57:44 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-03-24 03:57:44 +0000
commitbbbeb694aa1975906ea59288202946328bc0e8ec (patch)
tree2adc1840929930659805d336caed4c4cbdd4b5cc /branches/sca-java-1.x/tutorials/store/assets/uiservices/store.html
parentece40db1ba1f5d568a761ade86b7da67bfdf0ad9 (diff)
TUSCANY-2933 - Updating store tutorial to use widget Java Script fuctions in the new tuscany.sca namespace
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757651 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/tutorials/store/assets/uiservices/store.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/branches/sca-java-1.x/tutorials/store/assets/uiservices/store.html b/branches/sca-java-1.x/tutorials/store/assets/uiservices/store.html
index f2425b4885..dfe28bb260 100644
--- a/branches/sca-java-1.x/tutorials/store/assets/uiservices/store.html
+++ b/branches/sca-java-1.x/tutorials/store/assets/uiservices/store.html
@@ -25,13 +25,13 @@
<script language="JavaScript">
//@Reference
- var catalog = new Reference("catalog");
+ var catalog = new tuscany.sca.Reference("catalog");
//@Reference
- var shoppingCart = new Reference("shoppingCart");
+ var shoppingCart = new tuscany.sca.Reference("shoppingCart");
//@Reference
- var shoppingTotal = new Reference("shoppingTotal");
+ var shoppingTotal = new tuscany.sca.Reference("shoppingTotal");
var catalogItems;