You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2014/03/13 08:28:59 UTC

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

Author: lofwyr
Date: Thu Mar 13 07:28:59 2014
New Revision: 1577048

URL: http://svn.apache.org/r1577048
Log:
TOBAGO-1373 - Better JavaScript logging: using browser console and fill browser gaps.

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

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-utils.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-utils.js?rev=1577048&r1=1577047&r2=1577048&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-utils.js (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-utils.js Thu Mar 13 07:28:59 2014
@@ -19,7 +19,7 @@ Tobago.Utils = {};
 
 /**
  *
- * @param id A JSF client id, type=string
+ * @param id A JSF client id, type=string. Example: escapeClientId("page:input") -> "#page\\:input"
  * @return A string which can be used as a jQuery selector.
  */
 Tobago.Utils.escapeClientId = function(id) {
@@ -113,7 +113,3 @@ Tobago.Utils.keepElementInVisibleArea = 
 Tobago.Utils.acceleratorKeyEvent = function() {
   return Tobago.browser.isWebkit || Tobago.browser.isGecko ? 'keydown' : 'keypress';
 };
-
-// ////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-
-TbgTimer.endTbgJs = new Date(); // @DEV_ONLY