( method, html )
| 507 | } ); |
| 508 | |
| 509 | function buildChild( method, html ) { |
| 510 | wrapper[ method ]( html ); |
| 511 | return wrapper.children()[ 0 ]; |
| 512 | } |
| 513 | |
| 514 | function assertSpecialCharsSupport( method, characters ) { |
| 515 | var child, |
no outgoing calls
no test coverage detected