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/05/25 10:50:12 UTC

svn commit: r947966 - in /myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl: _util/_Lang.js core/_Runtime.js

Author: werpu
Date: Tue May 25 08:50:11 2010
New Revision: 947966

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


Modified:
    myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Lang.js
    myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/_Runtime.js

Modified: myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Lang.js
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Lang.js?rev=947966&r1=947965&r2=947966&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Lang.js (original)
+++ myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Lang.js Tue May 25 08:50:11 2010
@@ -221,7 +221,7 @@ myfaces._impl.core._Runtime.singletonDel
      * a failsafe string determination method
      * (since in javascript String != "" typeof alone fails!)
      * @param it {|Object|} the object to be checked for being a string
-     * @return true in case of being a string false otherwiseÊ
+     * @return true in case of being a string false otherwise
      */
     isString: function(/*anything*/ it) {
         //	summary:

Modified: myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/_Runtime.js
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/_Runtime.js?rev=947966&r1=947965&r2=947966&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/_Runtime.js (original)
+++ myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/_Runtime.js Tue May 25 08:50:11 2010
@@ -142,7 +142,7 @@ if (!myfaces._impl.core._Runtime) {
          * a failsafe string determination method
          * (since in javascript String != "" typeof alone fails!)
          * @param it {|Object|} the object to be checked for being a string
-         * @return true in case of being a string false otherwiseÊ
+         * @return true in case of being a string false otherwise
          */
         this.isString = function(/*anything*/ it) {
             //	summary: