(html)
| 2750 | |
| 2751 | |
| 2752 | function jqLiteIsTextNode(html) { |
| 2753 | return !HTML_REGEXP.test(html); |
| 2754 | } |
| 2755 | |
| 2756 | function jqLiteAcceptsData(node) { |
| 2757 | // The window object can accept data but has no nodeType |
no outgoing calls
no test coverage detected