diff options
Diffstat (limited to 'ui/jquery.ui.selectmenu.js')
-rw-r--r-- | ui/jquery.ui.selectmenu.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index 3090edd05..b6ec800db 100644 --- a/ui/jquery.ui.selectmenu.js +++ b/ui/jquery.ui.selectmenu.js @@ -251,6 +251,10 @@ $.widget( "ui.selectmenu", { } }, + widget: function() { + return this.buttonWrap.add( this.menuWrap ); + }, + _renderMenu: function( ul, items ) { var that = this, currentOptgroup = ""; @@ -379,10 +383,6 @@ $.widget( "ui.selectmenu", { this.menu.attr( "aria-disabled", value ); } }, - - widget: function() { - return this.buttonWrap.add( this.menuWrap ); - }, _readOptions: function() { var data = []; |