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 2011/11/30 14:23:39 UTC

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

Author: lofwyr
Date: Wed Nov 30 13:23:38 2011
New Revision: 1208415

URL: http://svn.apache.org/viewvc?rev=1208415&view=rev
Log:
adding @DEV_ONLY

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=1208415&r1=1208414&r2=1208415&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 Wed Nov 30 13:23:38 2011
@@ -1061,7 +1061,7 @@ var Tobago = {
    * @deprecated Please use Tobago.Utils.escapeClientId()
    */
   escapeClientId: function(id) {
-    LOG.warn("Deprecated method was called. Please use Tobago.Utils.escapeClientId()");
+    LOG.warn("Deprecated method was called. Please use Tobago.Utils.escapeClientId()"); // @DEV_ONLY
     return Tobago.Utils.escapeClientId(id);
   },
 
@@ -1069,7 +1069,7 @@ var Tobago = {
    * @deprecated Please use Tobago.Utils.selectWidthJQuery()
    */
   selectWidthJQuery: function(elements, selector) {
-    LOG.warn("Deprecated method was called. Please use Tobago.Utils.selectWidthJQuery()");
+    LOG.warn("Deprecated method was called. Please use Tobago.Utils.selectWidthJQuery()"); // @DEV_ONLY
     return Tobago.Utils.selectWidthJQuery(elements, selector);
   },