]> source.dussan.org Git - jquery-ui.git/commitdiff
follow-up: removed comments, please report bugs GitHUb issues
authorFelix Nagel <info@felixnagel.com>
Mon, 31 Jan 2011 22:25:47 +0000 (23:25 +0100)
committerFelix Nagel <info@felixnagel.com>
Mon, 31 Jan 2011 22:25:47 +0000 (23:25 +0100)
ui/jquery.ui.selectmenu.js

index 8cb600f3311b91e7dab225b0eb089d9cd484bafa..3da92471f45f5584310b3cdfb32f338acfa0cb4c 100644 (file)
@@ -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