(str)
| 3295 | */ |
| 3296 | |
| 3297 | var trim = function(str) { |
| 3298 | return (!String.prototype.trim) ? str.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "") : str.trim(); |
| 3299 | }; |
| 3300 | |
| 3301 | editormd.trim = trim; |
| 3302 |
no outgoing calls
no test coverage detected
searching dependent graphs…