Skip to content

Commit adbd694

Browse files
arschmitzscottgonzalez
authored andcommitted
Checkboxradio: Fix line length issues
Ref jquerygh-1690
1 parent fcf97a0 commit adbd694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/widgets/checkboxradio.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ $.widget( "ui.checkboxradio", [ $.ui.formResetMixin, {
7171
// input itself.
7272
this.label.contents().not( this.element ).each( function() {
7373

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.
74+
// The label contents could be text, html, or a mix. We concat each element to get a
75+
// string representation of the label, without the input as part of it.
7676
that.originalLabel += this.nodeType === 3 ? $( this ).text() : this.outerHTML;
7777
} );
7878

0 commit comments

Comments
 (0)