(value)
| 873 | |
| 874 | |
| 875 | var trim = function(value) { |
| 876 | return isString(value) ? value.trim() : value; |
| 877 | }; |
| 878 | |
| 879 | // Copied from: |
| 880 | // http://docs.closure-library.googlecode.com/git/local_closure_goog_string_string.js.source.html#line1021 |
no test coverage detected