details:   https://code.openbravo.com/erp/devel/pi/rev/097ff53c20f1
changeset: 21246:097ff53c20f1
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Tue Oct 08 23:52:19 2013 +0200
summary:   Related to issue 19728: Do more JS code formatting

diffstat:

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

diffs (14 lines):

diff -r 08694941dab4 -r 097ff53c20f1 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
    Tue Oct 08 23:47:04 2013 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
    Tue Oct 08 23:52:19 2013 +0200
@@ -1247,7 +1247,9 @@
             theForm = this.view.isEditingGrid ? 
this.view.viewGrid.getEditForm() : this.view.viewForm,
             isNew = currentContext.viewForm.isNew,
             hideAllButtons = selectedRecords.size() === 0 && 
!currentContext.isShowingForm,
-            currentValues = currentContext.getCurrentValues(), 
gridVisibleProperties = [], len;
+            currentValues = currentContext.getCurrentValues(),
+            gridVisibleProperties = [],
+            len;
 
         if (!hideAllButtons && (this.view.isEditingGrid || 
this.view.isShowingForm)) {
           hideAllButtons = theForm.hasErrors() || 
!theForm.allRequiredFieldsSet();

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to