(value)
| 646 | |
| 647 | |
| 648 | var trim = function(value) { |
| 649 | return isString(value) ? value.trim() : value; |
| 650 | }; |
| 651 | |
| 652 | // Copied from: |
| 653 | // http://docs.closure-library.googlecode.com/git/local_closure_goog_string_string.js.source.html#line1021 |
no test coverage detected