mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Selectmenu: trim trailing spaces
This commit is contained in:
parent
b19986a851
commit
001bd3d502
2
ui/jquery.ui.selectmenu.js
vendored
2
ui/jquery.ui.selectmenu.js
vendored
@ -37,7 +37,7 @@ $.widget( "ui.selectmenu", {
|
||||
_create: function() {
|
||||
// make / set unique id
|
||||
var selectmenuId = this.element.uniqueId().attr( 'id' );
|
||||
|
||||
|
||||
// array of button and menu id's
|
||||
this.ids = { id: selectmenuId, button: selectmenuId + '-button', menu: selectmenuId + '-menu' };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user