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

Commit

Permalink
Browse files Browse the repository at this point in the history
[controlgroup] container() function tells people where to put their b…
…uttons
  • Loading branch information
Gabriel Schulhof committed Nov 6, 2012
1 parent 01ddd0e commit 805925e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/widgets/controlgroup.js
Expand Up @@ -69,6 +69,10 @@ define( [ "jquery",

_setMini: function( value ) {
this.element.toggleClass( "ui-mini", value );
},

container: function() {
return this.element.children( ".ui-controlgroup-controls" );
}
});

Expand Down

0 comments on commit 805925e

Please sign in to comment.