details:   /erp/devel/pi/rev/0669ff6199ea
changeset: 12174:0669ff6199ea
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Mon May 16 11:46:45 2011 +0200
summary:   fixed jslint error

diffstat:

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

diffs (17 lines):

diff -r bfb7c123d8cc -r 0669ff6199ea 
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
      Mon May 16 11:09:57 2011 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-action-button.js
      Mon May 16 11:46:45 2011 +0200
@@ -47,11 +47,11 @@
 
     var allProperties = theView.getContextInfo(false, true, false, true);
     var sessionProperties = theView.getContextInfo(true, true, false, true);
-    var me = this, callbackFunction;
+    var me = this, callbackFunction, param;
 
     OB.ActionButton.executingProcess = this;
 
-    for (var param in allProperties) {
+    for (param in allProperties) {
       // TODO: these transformations shoulnd't be needed here as soon as 
getContextInfo returns 
       // the transformed values.
       

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding 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