(element, messages, options)
| 438 | } |
| 439 | |
| 440 | function convertBreak(element, messages, options) { |
| 441 | return htmlPathForBreak(element).wrap(function() { |
| 442 | return []; |
| 443 | }); |
| 444 | } |
| 445 | |
| 446 | function htmlPathForBreak(element) { |
| 447 | var style = findStyle(element); |
nothing calls this directly
no test coverage detected