Skip to content

Commit

Permalink
Selectmenu: CGL fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Nov 13, 2013
1 parent 0be76bb commit c20f1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.ui.selectmenu.js
Expand Up @@ -480,7 +480,7 @@ $.widget( "ui.selectmenu", {
return element;
},

_toggleAttr: function(){
_toggleAttr: function() {
this.button
.toggleClass( "ui-corner-top", this.isOpen )
.toggleClass( "ui-corner-all", !this.isOpen );
Expand Down

0 comments on commit c20f1f8

Please sign in to comment.