(ch)
| 3224 | return -1; |
| 3225 | } |
| 3226 | function isWordChar(ch) { |
| 3227 | return /\w/.test(ch) || ch.toUpperCase() != ch.toLowerCase(); |
| 3228 | } |
| 3229 | |
| 3230 | // See if "".split is the broken IE version, if so, provide an |
| 3231 | // alternative way to split lines. |
no outgoing calls
no test coverage detected