(html)
| 2452 | |
| 2453 | |
| 2454 | function jqLiteIsTextNode(html) { |
| 2455 | return !HTML_REGEXP.test(html); |
| 2456 | } |
| 2457 | |
| 2458 | function jqLiteAcceptsData(node) { |
| 2459 | // The window object can accept data but has no nodeType |
no outgoing calls
no test coverage detected