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 09:00:10 UTC

svn commit: r814290 - /incubator/photark/branches/photark-incubator-M1/photark/src/main/resources/gallery.html

Author: lresende
Date: Sun Sep 13 09:00:10 2009
New Revision: 814290

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

Modified:
    incubator/photark/branches/photark-incubator-M1/photark/src/main/resources/gallery.html

Modified: incubator/photark/branches/photark-incubator-M1/photark/src/main/resources/gallery.html
URL: http://svn.apache.org/viewvc/incubator/photark/branches/photark-incubator-M1/photark/src/main/resources/gallery.html?rev=814290&r1=814289&r2=814290&view=diff
==============================================================================
--- incubator/photark/branches/photark-incubator-M1/photark/src/main/resources/gallery.html (original)
+++ incubator/photark/branches/photark-incubator-M1/photark/src/main/resources/gallery.html Sun Sep 13 09:00:10 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;