(value)
| 719 | } |
| 720 | |
| 721 | var trim = function (value) { |
| 722 | return isString(value) ? value.trim() : value; |
| 723 | }; |
| 724 | |
| 725 | // Copied from: |
| 726 | // http://docs.closure-library.googlecode.com/git/local_closure_goog_string_string.js.source.html#line1021 |
no test coverage detected