diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index daadc07fb3..d4cd9180d5 100644 --- a/ui/jquery.ui.selectmenu.js +++ b/ui/jquery.ui.selectmenu.js @@ -244,7 +244,7 @@ $.widget( "ui.selectmenu", { that.listWrap .zIndex( that.element.zIndex() + 1 ) .position( $.extend({ - of: that.newelementWrap + of: that.newelement }, options.position )); that.opened = true;