We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55cd948 commit f67f929Copy full SHA for f67f929
ui/widgets/controlgroup.js
@@ -109,6 +109,8 @@ return $.widget( "ui.controlgroup", {
109
// first / last elements until all enhancments are done.
110
if ( that[ "_" + widget + "Options" ] ) {
111
options = that[ "_" + widget + "Options" ]( "middle" );
112
+ } else {
113
+ options = { classes: {} };
114
}
115
116
// Find instances of this widget inside controlgroup and init them
0 commit comments