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 2009/04/30 10:19:53 UTC

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

Author: lofwyr
Date: Thu Apr 30 08:19:53 2009
New Revision: 770116

URL: http://svn.apache.org/viewvc?rev=770116&view=rev
Log:
logstyle

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

Modified: myfaces/tobago/trunk/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/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js?rev=770116&r1=770115&r2=770116&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js (original)
+++ myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js Thu Apr 30 08:19:53 2009
@@ -32,7 +32,7 @@
       }
       LOG.debug("startBody-startTbgJs: " + (this.startBody.getTime() - this.startTbgJs.getTime()));
       LOG.debug("startTbgJs:" + this.startTbgJs.getTime());
-      LOG.debug("startBody :" + this.startBody.getTime());
+      LOG.debug("startBody: " + this.startBody.getTime());
       LOG.debug("parse tobago.js " + tbgjs);
 //      LOG.debug("parse htmltotal " + htmljs);
       LOG.debug("parse body " + bodyjs);
@@ -137,7 +137,7 @@
     set: function(keyAccelerator) {
       var key = keyAccelerator.modifier + keyAccelerator.key;
       if (this[key]) {
-        LOG.warn("Ignoring duplicate key: " + keyAccelerator.modifier + "-" + keyAccelerator.key + " with function :" + keyAccelerator.func.valueOf());
+        LOG.warn("Ignoring duplicate key: " + keyAccelerator.modifier + "-" + keyAccelerator.key + " with function: " + keyAccelerator.func.valueOf());
       } else {
 //        LOG.debug("add accelerator for " + keyAccelerator.modifier + "-" + keyAccelerator.key);
         this[key] = keyAccelerator;
@@ -514,7 +514,7 @@
       if (!this.isSubmit) {
         this.isSubmit = true;
         var req = Tobago.Transport.requests.shift(); // remove this from queue
-        LOG.debug("request removed :" + req.toString());
+        LOG.debug("request removed: " + req.toString());
         var oldAction = Tobago.action.value;
         var oldTarget = Tobago.form.target;
         Tobago.action.value = actionId;
@@ -1457,7 +1457,7 @@
     else if (element.detachEvent) {  // IE
       element.detachEvent("on" + event, myFunction);
     } else {
-      LOG.debug("Unknown Element :" + typeof element);
+      LOG.debug("Unknown Element: " + typeof element);
     }
 
   },