mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Controlgroup: Fix line length issues
Ref gh-1690
This commit is contained in:
committed by
Scott González
parent
c57f4e5ced
commit
fcf97a033f
@@ -86,7 +86,8 @@ return $.widget( "ui.controlgroup", {
|
||||
if ( widget === "controlgroupLabel" ) {
|
||||
labels = that.element.find( selector );
|
||||
labels.each( function() {
|
||||
$( this ).contents().wrapAll( "<span class='ui-controlgroup-label-contents'></span>" );
|
||||
$( this ).contents()
|
||||
.wrapAll( "<span class='ui-controlgroup-label-contents'></span>" );
|
||||
} );
|
||||
that._addClass( labels, null, "ui-widget ui-widget-content ui-state-default" );
|
||||
childWidgets = childWidgets.concat( labels.get() );
|
||||
|
||||
Reference in New Issue
Block a user