]> source.dussan.org Git - jquery-ui.git/commitdiff
Selectmenu: lint fix
authorFelix Nagel <info@felixnagel.com>
Mon, 21 Oct 2013 19:18:33 +0000 (21:18 +0200)
committerFelix Nagel <info@felixnagel.com>
Mon, 21 Oct 2013 19:18:33 +0000 (21:18 +0200)
ui/jquery.ui.selectmenu.js

index 3fdde767b6f7658941523927c11afe01976e6d45..342baf8dcda9a677b8f941107c890a3229d48a1f 100644 (file)
@@ -201,7 +201,7 @@ $.widget( "ui.selectmenu", {
                        // Shouldn't the underlying menu always have accurate state?
                        this.menu.find( ".ui-state-focus" ).removeClass( "ui-state-focus" );
                        this.menuInstance.focus( null, this._getSelectedItem() );
-                       this.menuItems.eq( this.element[ 0 ].selectedIndex ).addClass( "ui-state-active" ); 
+                       this.menuItems.eq( this.element[ 0 ].selectedIndex ).addClass( "ui-state-active" );
                }
 
                this.isOpen = true;