Skip to content

Commit 001bd3d

Browse files
committed
Selectmenu: trim trailing spaces
1 parent b19986a commit 001bd3d

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
@@ -37,7 +37,7 @@ $.widget( "ui.selectmenu", {
3737
_create: function() {
3838
// make / set unique id
3939
var selectmenuId = this.element.uniqueId().attr( 'id' );
40-
40+
4141
// array of button and menu id's
4242
this.ids = { id: selectmenuId, button: selectmenuId + '-button', menu: selectmenuId + '-menu' };
4343

0 commit comments

Comments
 (0)