(html)
| 3149 | |
| 3150 | |
| 3151 | function jqLiteIsTextNode(html) { |
| 3152 | return !HTML_REGEXP.test(html); |
| 3153 | } |
| 3154 | |
| 3155 | function jqLiteAcceptsData(node) { |
| 3156 | // The window object can accept data but has no nodeType |
no outgoing calls
no test coverage detected