(value)
| 841 | |
| 842 | |
| 843 | var trim = function(value) { |
| 844 | return isString(value) ? value.trim() : value; |
| 845 | }; |
| 846 | |
| 847 | // Copied from: |
| 848 | // http://docs.closure-library.googlecode.com/git/local_closure_goog_string_string.js.source.html#line1021 |
no test coverage detected