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/17 01:47:20 UTC

svn commit: r476026 - /incubator/xap/trunk/src/xap/xml/XalNamespaceHandler.js

Author: jmargaris
Date: Thu Nov 16 17:47:19 2006
New Revision: 476026

URL: http://svn.apache.org/viewvc?view=rev&rev=476026
Log:
typo fix for isDebug

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

Modified: incubator/xap/trunk/src/xap/xml/XalNamespaceHandler.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/src/xap/xml/XalNamespaceHandler.js?view=diff&rev=476026&r1=476025&r2=476026
==============================================================================
--- incubator/xap/trunk/src/xap/xml/XalNamespaceHandler.js (original)
+++ incubator/xap/trunk/src/xap/xml/XalNamespaceHandler.js Thu Nov 16 17:47:19 2006
@@ -74,7 +74,7 @@
  * @throws UpdateException
  */
 xap.xml.XalNamespaceHandler.prototype.receiveDispatch = function( element ) {
-	if (xap.xml.XalNamespaceHandler.s_log.isDebug){
+	if (xap.xml.XalNamespaceHandler.s_log.isDebug()){
 		xap.xml.XalNamespaceHandler.s_log.debug("receiveDispatch:" + element);
 	}