(html)
| 3144 | |
| 3145 | |
| 3146 | function jqLiteIsTextNode(html) { |
| 3147 | return !HTML_REGEXP.test(html); |
| 3148 | } |
| 3149 | |
| 3150 | function jqLiteAcceptsData(node) { |
| 3151 | // The window object can accept data but has no nodeType |
no outgoing calls
no test coverage detected