Skip to content

Commit

Permalink
Selectmenu: trim trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed May 16, 2012
1 parent eae21ff commit b348d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.ui.selectmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ $.widget( "ui.selectmenu", {
offset: "0 " + ( this.menu.offset().top - currentItem.offset().top + ( this.button.outerHeight() - currentItem.outerHeight() ) / 2 )
});
}

this.options.position.of = this.button;
this.menuWrap
.zIndex( this.element.zIndex() + 1 )
Expand Down

0 comments on commit b348d32

Please sign in to comment.