summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-03-24 03:51:21 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-03-24 03:51:21 +0000
commit604b901248cea16a83e155e487778d045e5fcbc8 (patch)
treee8aebac236111e495c4fea3b3b663c08324c611d /branches/sca-java-1.x
parent8553a4c382f3f4cf6e0d91f1c739990b25b1a832 (diff)
TUSCANY-2933 - Updating photo-gallery sample to use widget Java Script fuctions in the new tuscany.sca namespace
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757646 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/samples/photo-gallery/src/main/resources/gallery.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/samples/photo-gallery/src/main/resources/gallery.html b/branches/sca-java-1.x/samples/photo-gallery/src/main/resources/gallery.html
index f6566e88ec..864987df12 100644
--- a/branches/sca-java-1.x/samples/photo-gallery/src/main/resources/gallery.html
+++ b/branches/sca-java-1.x/samples/photo-gallery/src/main/resources/gallery.html
@@ -26,7 +26,7 @@
<script language="JavaScript">
//@Reference
- var album = new Reference("album");
+ var album = new tuscany.sca.Reference("album");
var albumItems;
var currPos = 0;