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/10/11 17:55:17 UTC

svn commit: r462883 - /incubator/xap/trunk/WebContent/examples/dataBinding/messageFormatter.html

Author: mturyn
Date: Wed Oct 11 10:55:16 2006
New Revision: 462883

URL: http://svn.apache.org/viewvc?view=rev&rev=462883
Log:
Turned debugging off.

Modified:
    incubator/xap/trunk/WebContent/examples/dataBinding/messageFormatter.html

Modified: incubator/xap/trunk/WebContent/examples/dataBinding/messageFormatter.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/dataBinding/messageFormatter.html?view=diff&rev=462883&r1=462882&r2=462883
==============================================================================
--- incubator/xap/trunk/WebContent/examples/dataBinding/messageFormatter.html (original)
+++ incubator/xap/trunk/WebContent/examples/dataBinding/messageFormatter.html Wed Oct 11 10:55:16 2006
@@ -30,7 +30,7 @@
 mask forgetting a .require(<className>) in the code:
 -->
 
-    <script language="JavaScript" type="text/javascript">
+    <!--  script language="JavaScript" type="text/javascript">
     	Xap._sourceRootDir = "../../" ; 	
 		Xap.addDebuggables(		
 							"xap.data.DataFramework",
@@ -66,7 +66,7 @@
 																						
 							) ;
 		Xap._loadDebuggables() ;
-	</script>	
+	</script -->	
 	
 	<!--Needed for the mco tag in the xal file:  -->
 	<script language="JavaScript" src="Layout.js"> </script>