(html)
| 3103 | |
| 3104 | |
| 3105 | function jqLiteIsTextNode(html) { |
| 3106 | return !HTML_REGEXP.test(html); |
| 3107 | } |
| 3108 | |
| 3109 | function jqLiteAcceptsData(node) { |
| 3110 | // The window object can accept data but has no nodeType |
no outgoing calls
no test coverage detected