You are viewing a plain text version of this content. The canonical link for it is here.
Posted to photark-commits@incubator.apache.org by lr...@apache.org on 2009/09/13 22:32:05 UTC

svn commit: r814407 - /incubator/photark/trunk/photark/src/main/resources/gallery.html

Author: lresende
Date: Sun Sep 13 22:32:04 2009
New Revision: 814407

URL: http://svn.apache.org/viewvc?rev=814407&view=rev
Log:
Updating how sca references are injected in javascript

Modified:
    incubator/photark/trunk/photark/src/main/resources/gallery.html

Modified: incubator/photark/trunk/photark/src/main/resources/gallery.html
URL: http://svn.apache.org/viewvc/incubator/photark/trunk/photark/src/main/resources/gallery.html?rev=814407&r1=814406&r2=814407&view=diff
==============================================================================
--- incubator/photark/trunk/photark/src/main/resources/gallery.html (original)
+++ incubator/photark/trunk/photark/src/main/resources/gallery.html Sun Sep 13 22:32:04 2009
@@ -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;