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/04/27 09:28:54 UTC

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

Author: werpu
Date: Wed Apr 27 07:28:54 2011
New Revision: 1097022

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


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

Modified: myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxRequest.js
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxRequest.js?rev=1097022&r1=1097021&r2=1097022&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxRequest.js (original)
+++ myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxRequest.js Wed Apr 27 07:28:54 2011
@@ -116,7 +116,7 @@ myfaces._impl.core._Runtime.extendClass(
 
         this._xhr.onreadystatechange = this._Lang.hitch(this, this.callback);
         var _Impl = this._getImpl();
-        _Impl.sendEvent(this._xhr, _Impl.BEGIN);
+        _Impl.sendEvent(this._xhr, this._context, _Impl.BEGIN);
 
         this._preSend();