summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/implementation-widget-runtime/src/test/resources/content/store.html
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.x/modules/implementation-widget-runtime/src/test/resources/content/store.html')
-rw-r--r--branches/sca-java-1.x/modules/implementation-widget-runtime/src/test/resources/content/store.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.x/modules/implementation-widget-runtime/src/test/resources/content/store.html b/branches/sca-java-1.x/modules/implementation-widget-runtime/src/test/resources/content/store.html
index 58f9f560a7..95b0d10a15 100644
--- a/branches/sca-java-1.x/modules/implementation-widget-runtime/src/test/resources/content/store.html
+++ b/branches/sca-java-1.x/modules/implementation-widget-runtime/src/test/resources/content/store.html
@@ -26,10 +26,10 @@
<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");
//@Property
var locale = Property("locale");