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 mt...@apache.org on 2006/07/24 20:44:08 UTC

svn commit: r425181 - /incubator/xap/trunk/src/xap/Xap.js

Author: mturyn
Date: Mon Jul 24 13:44:07 2006
New Revision: 425181

URL: http://svn.apache.org/viewvc?rev=425181&view=rev
Log:
That new class to load was "xap.requestservice.HttpRequest", not some other HttpUtils.

Modified:
    incubator/xap/trunk/src/xap/Xap.js

Modified: incubator/xap/trunk/src/xap/Xap.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/src/xap/Xap.js?rev=425181&r1=425180&r2=425181&view=diff
==============================================================================
--- incubator/xap/trunk/src/xap/Xap.js (original)
+++ incubator/xap/trunk/src/xap/Xap.js Mon Jul 24 13:44:07 2006
@@ -274,7 +274,7 @@
 	//xap.requestservice
 	Xap.require("xap.requestservice.RequestService" ) ;
 	Xap.require("xap.requestservice.NetServiceListener" ) ;
-	Xap.require("xap.util.HttpUtils" ) ;
+	Xap.require("xap.requestservice.HttpRequest" ) ;
 	
 }