(value)
| 739 | |
| 740 | |
| 741 | var trim = function(value) { |
| 742 | return isString(value) ? value.trim() : value; |
| 743 | }; |
| 744 | |
| 745 | // Copied from: |
| 746 | // http://docs.closure-library.googlecode.com/git/local_closure_goog_string_string.js.source.html#line1021 |
no test coverage detected