(str)
| 3307 | */ |
| 3308 | |
| 3309 | var trim = function(str) { |
| 3310 | return (!String.prototype.trim) ? str.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "") : str.trim(); |
| 3311 | }; |
| 3312 | |
| 3313 | editormd.trim = trim; |
| 3314 |
no outgoing calls
no test coverage detected
searching dependent graphs…