You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by jm...@apache.org on 2006/08/17 00:03:52 UTC

svn commit: r432077 - /incubator/xap/trunk/src/google/__package__.js

Author: jmargaris
Date: Wed Aug 16 17:03:52 2006
New Revision: 432077

URL: http://svn.apache.org/viewvc?rev=432077&view=rev
Log:
bugfix bad syntax

Modified:
    incubator/xap/trunk/src/google/__package__.js

Modified: incubator/xap/trunk/src/google/__package__.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/src/google/__package__.js?rev=432077&r1=432076&r2=432077&view=diff
==============================================================================
--- incubator/xap/trunk/src/google/__package__.js (original)
+++ incubator/xap/trunk/src/google/__package__.js Wed Aug 16 17:03:52 2006
@@ -20,7 +20,7 @@
 	common:	[
 				"google.dom",
 				"google.misc",
-				"google.xpath",
+				"google.xpath"
 				]
 });