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 2008/12/05 12:29:04 UTC

svn commit: r723714 - /myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/javax/faces/ajax/Ajax.js

Author: werpu
Date: Fri Dec  5 03:29:03 2008
New Revision: 723714

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

Modified:
    myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/javax/faces/ajax/Ajax.js

Modified: myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/javax/faces/ajax/Ajax.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/javax/faces/ajax/Ajax.js?rev=723714&r1=723713&r2=723714&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/javax/faces/ajax/Ajax.js (original)
+++ myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/javax/faces/ajax/Ajax.js Fri Dec  5 03:29:03 2008
@@ -109,5 +109,18 @@
      */
 };
 
+/**
+ * @return the current project state emitted by the server side method:
+ * javax.faces.application.Application.getProjectStage()
+ */
+javax.faces.Ajax.getProjectStage = function() {
+
+    /**
+     * TODO #62
+     * https://issues.apache.org/jira/browse/MYFACES-2115
+     */
+    return null;
+};
+