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 2007/04/05 00:41:36 UTC

svn commit: r525659 - /incubator/xap/trunk/codebase/src/xap/xml/dom/XapElement.js

Author: jmargaris
Date: Wed Apr  4 17:41:35 2007
New Revision: 525659

URL: http://svn.apache.org/viewvc?view=rev&rev=525659
Log:
needed an extra require for logger

Modified:
    incubator/xap/trunk/codebase/src/xap/xml/dom/XapElement.js

Modified: incubator/xap/trunk/codebase/src/xap/xml/dom/XapElement.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/xap/xml/dom/XapElement.js?view=diff&rev=525659&r1=525658&r2=525659
==============================================================================
--- incubator/xap/trunk/codebase/src/xap/xml/dom/XapElement.js (original)
+++ incubator/xap/trunk/codebase/src/xap/xml/dom/XapElement.js Wed Apr  4 17:41:35 2007
@@ -27,6 +27,7 @@
 Xap.require("google.dom");
 Xap.require("xap.util.ArrayHelper");
 Xap.require("xap.xml.dom.events.ChangeRejectedException");
+Xap.require("xap.log.Logger");
 
 /**
  * @fileoverview An DOM element node implementation that supports