details:   https://code.openbravo.com/erp/devel/pi/rev/a96d794e0dcb
changeset: 22910:a96d794e0dcb
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Thu Apr 24 20:36:31 2014 +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, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 72cc3b54fc80 -r a96d794e0dcb 
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
    Thu Apr 24 18:29:40 2014 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
    Thu Apr 24 20:36:31 2014 +0200
@@ -1255,9 +1255,9 @@
         currentContext = buttonContexts[iButtonContext];
 
         if (currentContext.isShowingTree) {
-            selectedRecords = currentContext.treeGrid.getSelectedRecords() || 
[];
+          selectedRecords = currentContext.treeGrid.getSelectedRecords() || [];
         } else {
-            selectedRecords = currentContext.viewGrid.getSelectedRecords() || 
[];      
+          selectedRecords = currentContext.viewGrid.getSelectedRecords() || [];
         }
         var numOfSelRecords = 0,
             theForm = this.view.isEditingGrid ? 
this.view.viewGrid.getEditForm() : this.view.viewForm,

------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to