(html)
| 2900 | |
| 2901 | |
| 2902 | function jqLiteIsTextNode(html) { |
| 2903 | return !HTML_REGEXP.test(html); |
| 2904 | } |
| 2905 | |
| 2906 | function jqLiteAcceptsData(node) { |
| 2907 | // The window object can accept data but has no nodeType |
no outgoing calls
no test coverage detected