details:   /erp/devel/pi/rev/e49590067220
changeset: 12210:e49590067220
user:      Iván Perdomo <ivan.perdomo <at> openbravo.com>
date:      Wed May 18 09:36:50 2011 +0200
summary:   Fixes JSLint warning: double declaration of param

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-action-button.js
 |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 1d0fdd55e10a -r e49590067220 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-action-button.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-action-button.js
      Tue May 17 21:44:25 2011 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-action-button.js
      Wed May 18 09:36:50 2011 +0200
@@ -47,7 +47,7 @@
 
     var allProperties = theView.getContextInfo(false, true, false, true);
     var sessionProperties = theView.getContextInfo(true, true, false, true);
-    var me = this, callbackFunction, param;
+    var me = this, callbackFunction;
 
     OB.ActionButton.executingProcess = this;
 

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to