(value)
| 765 | |
| 766 | |
| 767 | var trim = function(value) { |
| 768 | return isString(value) ? value.trim() : value; |
| 769 | }; |
| 770 | |
| 771 | // Copied from: |
| 772 | // http://docs.closure-library.googlecode.com/git/local_closure_goog_string_string.js.source.html#line1021 |
no test coverage detected