Ticket #652 (closed enhancement: fixed)
efficiency enhancements (ternary vs. logical OR)
| Reported by: | FND | Owned by: | FND |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.4.2 |
| Component: | core | Version: | |
| Severity: | trivial | Keywords: | |
| Cc: |
Description (last modified by FND) (diff)
The attached patch replaces ternary operators with a logical OR where applicable. (Occurrences identified with grep -E "(.+)\?\1:" *.js.)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

