Skip to content

Commit 94d614b

Browse files
committed
deleted: useless refresh position in method open, see fnagel#76
1 parent 6ff94ff commit 94d614b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/jquery.ui.selectmenu.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,8 +501,6 @@ $.widget("ui.selectmenu", {
501501
open: function(event) {
502502
var self = this;
503503
if ( this.newelement.attr("aria-disabled") != 'true' ) {
504-
// TODO: seems to be useless
505-
// this._refreshPosition();
506504
this._closeOthers(event);
507505
this.newelement
508506
.addClass('ui-state-active');

0 commit comments

Comments
 (0)