Skip to content

Commit a94d5b6

Browse files
committed
follow-up: removed comments, please report bugs GitHUb issues
1 parent 1f3e0f5 commit a94d5b6

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
@@ -67,7 +67,6 @@ $.widget("ui.selectmenu", {
6767
this.newelement.prepend('<span class="' + self.widgetBaseClass + '-status" />');
6868

6969
// make associated form label trigger focus
70-
// FIXME: and what happens if this element has no id set?
7170
$('label[for="' + this.element.attr('id') + '"]')
7271
.attr('for', this.ids[0])
7372
.bind('click.selectmenu', function() {
@@ -157,7 +156,6 @@ $.widget("ui.selectmenu", {
157156
});
158157

159158
// original selectmenu width
160-
// FIXME: there should be a + 12 here for reserving space for the arrow
161159
var selectWidth = this.element.width();
162160

163161
// set menu button width

0 commit comments

Comments
 (0)