We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf97a0 commit adbd694Copy full SHA for adbd694
1 file changed
ui/widgets/checkboxradio.js
@@ -71,8 +71,8 @@ $.widget( "ui.checkboxradio", [ $.ui.formResetMixin, {
71
// input itself.
72
this.label.contents().not( this.element ).each( function() {
73
74
- // The label contents could be text, html, or a mix. We concat each element to get a string
75
- // representation of the label, without the input as part of it.
+ // The label contents could be text, html, or a mix. We concat each element to get a
+ // string representation of the label, without the input as part of it.
76
that.originalLabel += this.nodeType === 3 ? $( this ).text() : this.outerHTML;
77
} );
78
0 commit comments