]> source.dussan.org Git - jquery-ui.git/commitdiff
deleted: useless refresh position in method open, see https://github.com/fnagel/jquer...
authorFelix Nagel <info@felixnagel.com>
Mon, 23 May 2011 18:04:33 +0000 (20:04 +0200)
committerFelix Nagel <info@felixnagel.com>
Mon, 23 May 2011 18:04:33 +0000 (20:04 +0200)
ui/jquery.ui.selectmenu.js

index 1efa6b6306259a229016abddf6116367e0134a1f..e4ebce1bc44b6e1386f1c904722199d928b349ef 100644 (file)
@@ -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');