(html)
| 2407 | |
| 2408 | |
| 2409 | function jqLiteIsTextNode(html) { |
| 2410 | return !HTML_REGEXP.test(html); |
| 2411 | } |
| 2412 | |
| 2413 | function jqLiteAcceptsData(node) { |
| 2414 | // The window object can accept data but has no nodeType |
no outgoing calls
no test coverage detected