(html)
| 3127 | |
| 3128 | |
| 3129 | function jqLiteIsTextNode(html) { |
| 3130 | return !HTML_REGEXP.test(html); |
| 3131 | } |
| 3132 | |
| 3133 | function jqLiteAcceptsData(node) { |
| 3134 | // The window object can accept data but has no nodeType |
no outgoing calls
no test coverage detected