(value)
| 758 | |
| 759 | |
| 760 | var trim = function(value) { |
| 761 | return isString(value) ? value.trim() : value; |
| 762 | }; |
| 763 | |
| 764 | // Copied from: |
| 765 | // http://docs.closure-library.googlecode.com/git/local_closure_goog_string_string.js.source.html#line1021 |
no test coverage detected