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