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/04/14 10:23:20 UTC

svn commit: r764707 - /myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/myfaces/api/jsf.js

Author: werpu
Date: Tue Apr 14 08:23:20 2009
New Revision: 764707

URL: http://svn.apache.org/viewvc?rev=764707&view=rev
Log:
https://issues.apache.org/jira/browse/MYFACES-2193
https://issues.apache.org/jira/browse/MYFACES-2190
and also partially https://issues.apache.org/jira/browse/MYFACES-2174

Thank you Alexander Bell and Ganesh Jung for providing the patches...


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

Modified: myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/myfaces/api/jsf.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/myfaces/api/jsf.js?rev=764707&r1=764706&r2=764707&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/myfaces/api/jsf.js (original)
+++ myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/myfaces/api/jsf.js Tue Apr 14 08:23:20 2009
@@ -125,7 +125,7 @@
      * @return the current project state emitted by the server side method:
      * javax.faces.application.Application.getProjectStage()
      */
-    jsf.ajax.getProjectStage = function() {
+    jsf.getProjectStage = function() {
         return jsf.ajax._impl.getProjectStage();
     };
 }