(html)
| 2696 | |
| 2697 | |
| 2698 | function jqLiteIsTextNode(html) { |
| 2699 | return !HTML_REGEXP.test(html); |
| 2700 | } |
| 2701 | |
| 2702 | function jqLiteAcceptsData(node) { |
| 2703 | // The window object can accept data but has no nodeType |
no outgoing calls
no test coverage detected