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/11/29 02:54:18 UTC

svn commit: r480351 - /incubator/xap/trunk/src/xap/xml/DocumentContainer.js

Author: jmargaris
Date: Tue Nov 28 18:54:17 2006
New Revision: 480351

URL: http://svn.apache.org/viewvc?view=rev&rev=480351
Log:
document name now "ui" not "xal"

Modified:
    incubator/xap/trunk/src/xap/xml/DocumentContainer.js

Modified: incubator/xap/trunk/src/xap/xml/DocumentContainer.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/src/xap/xml/DocumentContainer.js?view=diff&rev=480351&r1=480350&r2=480351
==============================================================================
--- incubator/xap/trunk/src/xap/xml/DocumentContainer.js (original)
+++ incubator/xap/trunk/src/xap/xml/DocumentContainer.js Tue Nov 28 18:54:17 2006
@@ -66,7 +66,7 @@
 /**
  * A constant name for the UI document.
  */
-xap.xml.DocumentContainer.UI_DOCUMENT_NAME = "xal";
+xap.xml.DocumentContainer.UI_DOCUMENT_NAME = "ui";
 
 
 /** @private */