(chr)
| 12093 | "`": "`" |
| 12094 | }, |
| 12095 | escapedChar = function(chr) { |
| 12096 | return escape[chr]; |
| 12097 | } |
| 12098 | ; |
| 12099 | if(shouldEscape.test(string)) { |
| 12100 | return string.replace(badChars, escapedChar); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…