( elem )
| 5347 | |
| 5348 | // Used in buildFragment, fixes the defaultChecked property |
| 5349 | function fixDefaultChecked( elem ) { |
| 5350 | if ( rcheckableType.test( elem.type ) ) { |
| 5351 | elem.defaultChecked = elem.checked; |
| 5352 | } |
| 5353 | } |
| 5354 | |
| 5355 | // Support: IE<8 |
| 5356 | // Manipulating tables requires a tbody |
nothing calls this directly
no outgoing calls
no test coverage detected