(ch)
| 3024 | return -1; |
| 3025 | } |
| 3026 | function isWordChar(ch) { |
| 3027 | return /\w/.test(ch) || ch.toUpperCase() != ch.toLowerCase(); |
| 3028 | } |
| 3029 | |
| 3030 | // See if "".split is the broken IE version, if so, provide an |
| 3031 | // alternative way to split lines. |
no outgoing calls
no test coverage detected