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 2011/11/25 11:27:48 UTC

svn commit: r1206114 - /myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/engine/Xhr1.js

Author: werpu
Date: Fri Nov 25 10:27:47 2011
New Revision: 1206114

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


Modified:
    myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/engine/Xhr1.js

Modified: myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/engine/Xhr1.js
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/engine/Xhr1.js?rev=1206114&r1=1206113&r2=1206114&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/engine/Xhr1.js (original)
+++ myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/engine/Xhr1.js Fri Nov 25 10:27:47 2011
@@ -131,7 +131,7 @@ _MF_CLS(_PFX_XHR + "engine.Xhr1", myface
                     if (status >= XHRConst.STATUS_OK_MINOR && status < XHRConst.STATUS_OK_MAJOR) {
                         this.onload(myevt);
                     } else {
-                        evt.type = "error";
+                        myevt.type = "error";
                         this.onerror(myevt);
                     }
                 } finally {