(html)
| 3197 | wrapMapIE9.optgroup = wrapMapIE9.option; |
| 3198 | |
| 3199 | function jqLiteIsTextNode(html) { |
| 3200 | return !HTML_REGEXP.test(html); |
| 3201 | } |
| 3202 | |
| 3203 | function jqLiteAcceptsData(node) { |
| 3204 | // The window object can accept data but has no nodeType |
no outgoing calls
no test coverage detected