You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2009/06/08 12:11:28 UTC

svn commit: r782583 - /myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxResponse.js

Author: werpu
Date: Mon Jun  8 10:11:28 2009
New Revision: 782583

URL: http://svn.apache.org/viewvc?rev=782583&view=rev
Log:
https://issues.apache.org/jira/browse/MYFACES-2208

added the eval section with a comment, because we do not use it for now, changes nothing
behavioral wise, but can be seen as cleanup task!

Modified:
    myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxResponse.js

Modified: myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxResponse.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxResponse.js?rev=782583&r1=782582&r2=782583&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxResponse.js (original)
+++ myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxResponse.js Mon Jun  8 10:11:28 2009
@@ -176,7 +176,10 @@
                 if (!this.processAttributes(request, context, changes[i])) return false;
             // this._responseHandler.doAtttributes(childNode);
             //TODO check the spec if this part is obsolete!!!
-            //} else if (changes[i].tagName == this._PCMD_EXTENSION) {
+            } else if (changes[i].tagName == this._PCMD_EXTENSION) {
+                //DO nothing we do not have any implementation specifics for now!
+                //but if you need some implementation specific stuff
+                //you have to insert it here
             //  this._responseHandler.doExtension(childNode);
 
             } else {