From: Felix Nagel Date: Mon, 23 May 2011 18:04:33 +0000 (+0200) Subject: deleted: useless refresh position in method open, see https://github.com/fnagel/jquer... X-Git-Tag: selectmenu_v1.1.0~14 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=94d614bfa3619ab8e38d97e06fa9b47657d5f637;p=jquery-ui.git deleted: useless refresh position in method open, see https://github.com/fnagel/jquery-ui/issues/76 --- diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index 1efa6b630..e4ebce1bc 100644 --- a/ui/jquery.ui.selectmenu.js +++ b/ui/jquery.ui.selectmenu.js @@ -501,8 +501,6 @@ $.widget("ui.selectmenu", { open: function(event) { var self = this; if ( this.newelement.attr("aria-disabled") != 'true' ) { - // TODO: seems to be useless - // this._refreshPosition(); this._closeOthers(event); this.newelement .addClass('ui-state-active');