]> source.dussan.org Git - jquery-ui.git/commitdiff
Selectmenu: blank before comment
authorFelix Nagel <info@felixnagel.com>
Mon, 29 Apr 2013 20:15:29 +0000 (22:15 +0200)
committerFelix Nagel <info@felixnagel.com>
Mon, 29 Apr 2013 20:15:29 +0000 (22:15 +0200)
ui/jquery.ui.selectmenu.js

index 54a32592beb00d99570b1e3cc6194d2289fa2285..ae910f8c99fb8e6a26665b02b135216c76e26a4e 100644 (file)
@@ -133,6 +133,7 @@ $.widget( "ui.selectmenu", {
                        },
                        focus: function( event, ui ) {
                                var item = ui.item.data( "ui-selectmenu-item" );
+                               
                                // prevent inital focus from firing and checks if its a newly focused item
                                if ( !that.isOpen && that.focus !== undefined && item.index !== that.focus ) {
                                        that._trigger( "focus", event, { item: item } );