(x)
| 591 | } |
| 592 | |
| 593 | function truthy(x) { |
| 594 | return (x !== false) && (x != null); |
| 595 | } |
| 596 | |
| 597 | ///////////////////////////////////////////////////////////////////////////// |
| 598 | // this object defines the mode |
no outgoing calls
no test coverage detected