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/03 12:33:24 UTC

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

Author: werpu
Date: Fri Apr  3 10:33:24 2009
New Revision: 761604

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

renamed the config option

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

Modified: myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/javax/faces/ajax/jsf.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/javax/faces/ajax/jsf.js?rev=761604&r1=761603&r2=761604&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/javax/faces/ajax/jsf.js (original)
+++ myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/javax/faces/ajax/jsf.js Fri Apr  3 10:33:24 2009
@@ -41,9 +41,9 @@
      myfaces.
      */
     if('undefined' != typeof myfaces.config && null != myfaces.config &&
-       'undefined' != typeof myfaces.config.impl && null != myfaces.config.impl ) {
+       'undefined' != typeof myfaces.config.jsfAjaxImpl && null != myfaces.config.jsfAjaxImpl ) {
 
-       jsf.ajax._impl = new myfaces.config.impl(); 
+       jsf.ajax._impl = new myfaces.config.jsfAjaxImpl(); 
 
     } else {