(value)
| 883 | |
| 884 | |
| 885 | var trim = function(value) { |
| 886 | return isString(value) ? value.trim() : value; |
| 887 | }; |
| 888 | |
| 889 | // Copied from: |
| 890 | // http://docs.closure-library.googlecode.com/git/local_closure_goog_string_string.js.source.html#line1021 |
no test coverage detected