(value)
| 662 | |
| 663 | |
| 664 | var trim = function(value) { |
| 665 | return isString(value) ? value.trim() : value; |
| 666 | }; |
| 667 | |
| 668 | // Copied from: |
| 669 | // http://docs.closure-library.googlecode.com/git/local_closure_goog_string_string.js.source.html#line1021 |
no test coverage detected