aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.selectmenu.js
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2012-05-16 19:25:21 +0200
committerFelix Nagel <info@felixnagel.com>2012-05-16 19:25:21 +0200
commitb348d32caa99dd00893da13725662bf76a57d692 (patch)
tree6613694167c07ae32e18e959af36ae271377efb1 /ui/jquery.ui.selectmenu.js
parenteae21fff48dd60b0ee5ec9162d7d944e38b016a4 (diff)
downloadjquery-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.js2
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 )