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 2013/07/25 17:38:28 UTC

svn commit: r1507019 - /myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js

Author: weber
Date: Thu Jul 25 15:38:28 2013
New Revision: 1507019

URL: http://svn.apache.org/r1507019
Log:
TOBAGO-1266 - Add options to client event listeners: move listener call to update method

Modified:
    myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js?rev=1507019&r1=1507018&r2=1507019&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js Thu Jul 25 15:38:28 2013
@@ -1601,7 +1601,7 @@ Tobago.Phase = {
   DOCUMENT_READY:{},
   /** after all images and CSS was loaded */
   WINDOW_LOAD:{},
-  /** before sending a normal submit action (TBD: also AJAX?) */
+  /** before sending a normal submit action */
   BEFORE_SUBMIT:{},
   /** after an AJAX call */
   AFTER_UPDATE:{},