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/06/01 19:58:30 UTC

svn commit: r1130247 - /myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_BaseRequest.js

Author: werpu
Date: Wed Jun  1 17:58:29 2011
New Revision: 1130247

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


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

Modified: myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_BaseRequest.js
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_BaseRequest.js?rev=1130247&r1=1130246&r2=1130247&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_BaseRequest.js (original)
+++ myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_BaseRequest.js Wed Jun  1 17:58:29 2011
@@ -201,7 +201,7 @@ myfaces._impl.core._Runtime.extendClass(
         var errorText;
         try {
             var UNKNOWN = this._Lang.getMessage("UNKNOWN");
-            var errorText = this.Lang.getMessage("ERR_REQU_FAILED", null,
+            var errorText = this._Lang.getMessage("ERR_REQU_FAILED", null,
                     (this._xhr.status || UNKNOWN),
                     (this._xhr.statusText || UNKNOWN));