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/03/02 23:50:30 UTC

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

Author: jmargaris
Date: Fri Mar  2 15:50:29 2007
New Revision: 514022

URL: http://svn.apache.org/viewvc?view=rev&rev=514022
Log:
setNewValue() on event was not needed

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=514022&r1=514021&r2=514022
==============================================================================
--- incubator/xap/trunk/codebase/src/xap/xml/dom/XapElement.js (original)
+++ incubator/xap/trunk/codebase/src/xap/xml/dom/XapElement.js Fri Mar  2 15:50:29 2007
@@ -182,8 +182,6 @@
 		throw new xap.xml.dom.events.ChangeRejectedException(
 			xap.xml.dom.events.ChangeRejectedException.CHANGE_ATTRIBUTE_TO_NULL_MSGID, null, null, event );
 		}
-
-		event.setNewValue( value );
 		
 		google.XNode.prototype.setAttribute.call(this, name, value, baseUrl);