(html)
| 2668 | |
| 2669 | |
| 2670 | function jqLiteIsTextNode(html) { |
| 2671 | return !HTML_REGEXP.test(html); |
| 2672 | } |
| 2673 | |
| 2674 | function jqLiteAcceptsData(node) { |
| 2675 | // The window object can accept data but has no nodeType |
no outgoing calls
no test coverage detected