Skip to content

Commit c20f1f8

Browse files
committed
Selectmenu: CGL fix
1 parent 0be76bb commit c20f1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.selectmenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ $.widget( "ui.selectmenu", {
480480
return element;
481481
},
482482

483-
_toggleAttr: function(){
483+
_toggleAttr: function() {
484484
this.button
485485
.toggleClass( "ui-corner-top", this.isOpen )
486486
.toggleClass( "ui-corner-all", !this.isOpen );

0 commit comments

Comments
 (0)