(value)
| 859 | |
| 860 | |
| 861 | var trim = function(value) { |
| 862 | return isString(value) ? value.trim() : value; |
| 863 | }; |
| 864 | |
| 865 | // Copied from: |
| 866 | // http://docs.closure-library.googlecode.com/git/local_closure_goog_string_string.js.source.html#line1021 |
no test coverage detected