Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 805925e

Browse files
author
Gabriel Schulhof
committed
[controlgroup] container() function tells people where to put their buttons
1 parent 01ddd0e commit 805925e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

js/widgets/controlgroup.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ define( [ "jquery",
6969

7070
_setMini: function( value ) {
7171
this.element.toggleClass( "ui-mini", value );
72+
},
73+
74+
container: function() {
75+
return this.element.children( ".ui-controlgroup-controls" );
7276
}
7377
});
7478

0 commit comments

Comments
 (0)