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/02 07:15:21 UTC

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

Author: mturyn
Date: Mon Oct  2 00:15:20 2006
New Revision: 451899

URL: http://svn.apache.org/viewvc?view=rev&rev=451899
Log:
Needed Xap.require("xap.xml.dom.events.ChangeRejectedException");
 to use that exception.

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

Modified: incubator/xap/trunk/src/xap/xml/dom/XapElement.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/src/xap/xml/dom/XapElement.js?view=diff&rev=451899&r1=451898&r2=451899
==============================================================================
--- incubator/xap/trunk/src/xap/xml/dom/XapElement.js (original)
+++ incubator/xap/trunk/src/xap/xml/dom/XapElement.js Mon Oct  2 00:15:20 2006
@@ -24,6 +24,7 @@
 Xap.require("xap.util.ResourceDictionary");
 Xap.require("google.dom");
 Xap.require("xap.util.ArrayHelper");
+Xap.require("xap.xml.dom.events.ChangeRejectedException");
 
 /**
  * @fileoverview An DOM element node implementation that supports