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 bb...@apache.org on 2006/11/10 22:28:11 UTC

svn commit: r473535 - /incubator/xap/trunk/buildscripts/buildUtil.js

Author: bbuffone
Date: Fri Nov 10 14:28:10 2006
New Revision: 473535

URL: http://svn.apache.org/viewvc?view=rev&rev=473535
Log:
fixed intending and commented code.

Modified:
    incubator/xap/trunk/buildscripts/buildUtil.js

Modified: incubator/xap/trunk/buildscripts/buildUtil.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/buildUtil.js?view=diff&rev=473535&r1=473534&r2=473535
==============================================================================
--- incubator/xap/trunk/buildscripts/buildUtil.js (original)
+++ incubator/xap/trunk/buildscripts/buildUtil.js Fri Nov 10 14:28:10 2006
@@ -29,9 +29,10 @@
 	load("../src/dojo/src/loader.js");
 	load("../src/dojo/src/hostenv_rhino.js");
 	load("../src/dojo/src/bootstrap2.js");
-  load("../src/xap/Xap.js");
   
-
+  	//Needed to kick off the Xap Code inclusion.
+  	load("../src/xap/Xap.js");
+  
 	// FIXME: is this really what we want to say?
 	dojo.render.html.capable = true;