Selectmenu: trim trailing spaces

This commit is contained in:
Felix Nagel 2012-07-13 00:23:00 +02:00
parent b19986a851
commit 001bd3d502

View File

@ -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' };