(html)
| 2743 | |
| 2744 | |
| 2745 | function jqLiteIsTextNode(html) { |
| 2746 | return !HTML_REGEXP.test(html); |
| 2747 | } |
| 2748 | |
| 2749 | function jqLiteAcceptsData(node) { |
| 2750 | // The window object can accept data but has no nodeType |
no outgoing calls
no test coverage detected