details: https://code.openbravo.com/erp/devel/pi/rev/38eedfd11da4
changeset: 21240:38eedfd11da4
user: David Baz Fayos <david.baz <at> openbravo.com>
date: Mon Oct 07 13:13:45 2013 +0200
summary: Related to issue 19728: Do more JS code formatting
diffstat:
modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
| 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 046abffb4283 -r 38eedfd11da4
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
Mon Oct 07 10:19:00 2013 +0200
+++
b/modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
Mon Oct 07 13:13:45 2013 +0200
@@ -847,7 +847,11 @@
return containsNoBlanks(string1, substring);
} else {
// in other cases, use default logic
- return OB.Utilities.callAction({method: originalContains, target:
this, parameters: arguments});
+ return OB.Utilities.callAction({
+ method: originalContains,
+ target: this,
+ parameters: arguments
+ });
}
}
});
------------------------------------------------------------------------------
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=60134791&iu=/4140/ostg.clktrk
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits