diff options
author | Felix Nagel <info@felixnagel.com> | 2011-01-31 23:25:47 +0100 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2011-01-31 23:25:47 +0100 |
commit | a94d5b6ce7d816e52d92eea3b221d972c4fc63fb (patch) | |
tree | e3825aed10e5d3319bda042988ba649380180cd3 | |
parent | 1f3e0f589062f1d1859a375c461ab9e88ab9e228 (diff) | |
download | jquery-ui-a94d5b6ce7d816e52d92eea3b221d972c4fc63fb.tar.gz jquery-ui-a94d5b6ce7d816e52d92eea3b221d972c4fc63fb.zip |
follow-up: removed comments, please report bugs GitHUb issues
-rw-r--r-- | ui/jquery.ui.selectmenu.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index 8cb600f33..3da92471f 100644 --- a/ui/jquery.ui.selectmenu.js +++ b/ui/jquery.ui.selectmenu.js @@ -67,7 +67,6 @@ $.widget("ui.selectmenu", { this.newelement.prepend('<span class="' + self.widgetBaseClass + '-status" />'); // make associated form label trigger focus - // FIXME: and what happens if this element has no id set? $('label[for="' + this.element.attr('id') + '"]') .attr('for', this.ids[0]) .bind('click.selectmenu', function() { @@ -157,7 +156,6 @@ $.widget("ui.selectmenu", { }); // original selectmenu width - // FIXME: there should be a + 12 here for reserving space for the arrow var selectWidth = this.element.width(); // set menu button width |