diff options
author | Felix Nagel <info@felixnagel.com> | 2012-05-16 19:25:21 +0200 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2012-05-16 19:25:21 +0200 |
commit | b348d32caa99dd00893da13725662bf76a57d692 (patch) | |
tree | 6613694167c07ae32e18e959af36ae271377efb1 /ui/jquery.ui.selectmenu.js | |
parent | eae21fff48dd60b0ee5ec9162d7d944e38b016a4 (diff) | |
download | jquery-ui-b348d32caa99dd00893da13725662bf76a57d692.tar.gz jquery-ui-b348d32caa99dd00893da13725662bf76a57d692.zip |
Selectmenu: trim trailing spaces
Diffstat (limited to 'ui/jquery.ui.selectmenu.js')
-rw-r--r-- | ui/jquery.ui.selectmenu.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index ea4d79aa0..55c6ad349 100644 --- a/ui/jquery.ui.selectmenu.js +++ b/ui/jquery.ui.selectmenu.js @@ -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 ) |