details:   https://code.openbravo.com/erp/devel/pi/rev/e9a105538e89
changeset: 33021:e9a105538e89
user:      Carlos Aristu <carlos.aristu <at> openbravo.com>
date:      Mon Nov 20 13:35:24 2017 +0100
summary:   related to issue 36778: fix jslint error by adding missing semicolon

diffstat:

 
modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
 |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r e54f691c3943 -r e9a105538e89 
modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
--- 
a/modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
  Sun Nov 19 06:51:35 2017 +0100
+++ 
b/modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
  Mon Nov 20 13:35:24 2017 +0100
@@ -816,7 +816,7 @@
       results.response = resp;
     }
 
-    return this._originalperformTransactionReply(transactionNum, results, wd)
+    return this._originalperformTransactionReply(transactionNum, results, wd);
   }
 });
 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to