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 2010/03/05 12:03:05 UTC

svn commit: r919375 - /myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/api/jsf.js

Author: werpu
Date: Fri Mar  5 11:03:04 2010
New Revision: 919375

URL: http://svn.apache.org/viewvc?rev=919375&view=rev
Log:
https://issues.apache.org/jira/browse/MYFACES-2587
fixed the comment



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

Modified: myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/api/jsf.js
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/api/jsf.js?rev=919375&r1=919374&r2=919375&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/api/jsf.js (original)
+++ myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/api/jsf.js Fri Mar  5 11:03:04 2010
@@ -40,12 +40,12 @@
      */
     jsf.specversion = 200000;
     /**
-     * specified by the spec symbols/jsf.html#.specversion
+     * specified by the spec symbols/jsf.html#.implversion
      * a number increased with every implementation version
      * and reset by moving to a new spec release number
      *
      * Due to the constraints that we cannot put
-     * non jsf.<namespace> references outside of functions in the api
+     * non jsf.&lt;namespace&gt; references outside of functions in the api
      * we have to set the version here instead of the impl.
      */
     jsf.implversion = 0;