(html)
| 2315 | wrapMap.th = wrapMap.td; |
| 2316 | |
| 2317 | function jqLiteIsTextNode(html) { |
| 2318 | return !HTML_REGEXP.test(html); |
| 2319 | } |
| 2320 | |
| 2321 | function jqLiteBuildFragment(html, context) { |
| 2322 | var elem, tmp, tag, wrap, |
no outgoing calls
no test coverage detected