Skip to content

Commit 67eed40

Browse files
committed
Checkboxradio: formatting
1 parent b3b08e9 commit 67eed40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/checkboxradio.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,8 @@ $.widget( "ui.checkboxradio", {
290290
var checked = this.element[ 0 ].checked,
291291
isDisabled = this.element[ 0 ].disabled;
292292
this._updateIcon( checked );
293-
this.label.toggleClass( "ui-state-active " + this._classes( "ui-checkboxradio-checked" ), checked );
293+
this.label.toggleClass( "ui-state-active " +
294+
this._classes( "ui-checkboxradio-checked" ), checked );
294295
if ( this.options.label !== null ) {
295296
this.label.contents().not( this.element.add( this.icon ) ).remove();
296297
this.label.append( this.options.label );

0 commit comments

Comments
 (0)